Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/go-task/task
/ Unwrap
Method
Unwrap
errors/errors_task.go:57–59 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
55
}
56
57
func
(err *TaskRunError) Unwrap() error {
58
return
err.Err
59
}
60
61
// TaskInternalError when the user attempts to invoke a task that is internal.
62
type
TaskInternalError
struct
{
Callers
1
Unwrap
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected