MCPcopy
hub / github.com/uber-go/zap / String

Method String

zapcore/entry.go:79–81  ·  view source on GitHub ↗

String returns the full path and line number of the caller.

()

Source from the content-addressed store, hash-verified

77
78// String returns the full path and line number of the caller.
79func (ec EntryCaller) String() string {
80 return ec.FullPath()
81}
82
83// FullPath returns a /full/path/to/package/file:line description of the
84// caller.

Callers 2

FullPathMethod · 0.45
TrimmedPathMethod · 0.45

Calls 1

FullPathMethod · 0.95

Tested by

no test coverage detected