Module JavaTrace.Sanitizer

type t
val compare : t -> t -> int
val get : InferIR.Typ.Procname.t -> InferIR.Tenv.t -> t option

Get the sanitizer that should be applied to the return value of given procedure, if any

val pp : InferModules.Sanitizer.F.formatter -> t -> unit