Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
105
func
(err *TaskfileDecodeError) Unwrap() error {
106
return
err.Err
107
}
108
109
func
(err *TaskfileDecodeError) Code() int {
110
return
CodeTaskfileDecode
Callers
1
Debug
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected