lsp.stdune
Stdune.Caller_id
Who called me?
lsp
lsp.fiber
lsp.fiber_unix
lsp.filesystem_stubs
val 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.
get ~skip
skip
get ~skip:[__FILE__]