MCPcopy Index your code
hub / github.com/bracesdev/errtrace / Unwrap

Method Unwrap

errtrace.go:114–116  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

112}
113
114func (e *errTrace) Unwrap() error {
115 return e.err
116}
117
118func (e *errTrace) Format(s fmt.State, verb rune) {
119 if verb == 'v' && s.Flag('+') {

Callers 3

buildTraceTreeFunction · 0.45
UnwrapFrameFunction · 0.45
ExampleUnwrapFrameFunction · 0.45

Calls

no outgoing calls

Tested by 1

ExampleUnwrapFrameFunction · 0.36