val add : InferBase.SourceFile.t ‑> InferIR.Cfg.t ‑> InferIR.Tenv.per_file ‑> unit
Add or replace the row corresponding to the source file into the database.
val proc_names_of_source : InferBase.SourceFile.t ‑> InferIR.Typ.Procname.t list
list of all the proc names (declared and defined) found in a source file
val is_freshly_captured : InferBase.SourceFile.t ‑> bool
whether the source file was captured in the last capture phase