MCPcopy Create free account
hub / github.com/go-task/task / Unwrap

Function Unwrap

errors/errors.go:70–72  ·  view source on GitHub ↗

Unwrap wraps the standard errors.Unwrap function so that we don't need to alias that package.

(err error)

Source from the content-addressed store, hash-verified

68
69// Unwrap wraps the standard errors.Unwrap function so that we don't need to alias that package.
70func Unwrap(err error) error {
71 return errors.Unwrap(err)
72}

Callers

nothing calls this directly

Calls 1

UnwrapMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…