MCPcopy Create free account
hub / github.com/dariubs/goAI / Unwrap

Method Unwrap

errors.go:25–27  ·  view source on GitHub ↗

Unwrap returns the underlying error

()

Source from the content-addressed store, hash-verified

23
24// Unwrap returns the underlying error
25func (e *Error) Unwrap() error {
26 return e.Err
27}
28
29// Sentinel errors
30var (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected