package
25.1.0+incompatible
Repository: https://github.com/cockroachdb/cockroach.git
Documentation: pkg.go.dev
# Functions
Lookup returns the (reduced) pkg, line and function of the caller at the requested depth, using a default call resolver which drops the path of the project repository.
NewCallResolver returns a CallResolver.
# Structs
A CallResolver is a helping hand around runtime.Caller() to look up pkg, line and name of the calling function.