package lsp

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

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.