Spec.Sinkinclude TaintTraceElem.Sinclude Ppx_compare_lib.Comparable.S with type t := tval compare : t Base__Ppx_compare_lib.compareinclude Ppx_compare_lib.Equal.S with type t := tval equal : t Base__Ppx_compare_lib.equalmodule Kind : TaintTraceElem.Kindval call_site : t -> CallSite.tval make : ?indexes:IStdlib.IntSet.t -> Kind.t -> CallSite.t -> tval with_callsite : t -> CallSite.t -> tval pp : Absint.TaintTraceElem.F.formatter -> t -> unitmodule Set : IStdlib.PrettyPrintable.PPSet with type elt = tval get : CallSite.t -> HilExp.t list -> IR.CallFlags.t -> IR.Tenv.t -> t listreturn Some sink if the given call site/actuals are a sink, None otherwise
val indexes : t -> IStdlib.IntSet.treturn the indexes where taint can flow into the sink
val with_indexes : t -> IStdlib.IntSet.t -> t