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

Method Unwrap

errors/error_taskfile_decode.go:105–107  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

103}
104
105func (err *TaskfileDecodeError) Unwrap() error {
106 return err.Err
107}
108
109func (err *TaskfileDecodeError) Code() int {
110 return CodeTaskfileDecode

Callers 1

DebugMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected