Module Sanitizer.Dummy

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 : F.formatter -> t -> unit