Module Stdune.Caller_idSource

Who called me?

Sourceval get : skip:string list -> Loc.t option

get ~skip returns the first element of the call stack that is not in skip. For instance, get ~skip:[__FILE__] will return the first call site outside of the current file.