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

Function frameField

pkgerrors/stacktrace.go:38–41  ·  view source on GitHub ↗
(f errors.Frame, s *state, c rune)

Source from the content-addressed store, hash-verified

36}
37
38func frameField(f errors.Frame, s *state, c rune) string {
39 f.Format(s, c)
40 return string(s.b)
41}
42
43// MarshalStack implements pkg/errors stack trace marshaling.
44//

Callers 1

MarshalStackFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected