MCPcopy
hub / github.com/rs/zerolog / callerHook

Struct callerHook

context.go:461–463  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

459}
460
461type callerHook struct {
462 callerSkipFrameCount int
463}
464
465func newCallerHook(skipFrameCount int) callerHook {
466 return callerHook{callerSkipFrameCount: skipFrameCount}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected