package lsp

  1. Overview
  2. Docs

doc/lsp.stdune/Stdune/Caller_id/index.html

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.

OCaml

Innovation. Community. Security.