Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/go-task/task
/ Code
Method
Code
errors/errors_task.go:45–47 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
43
}
44
45
func
(err *TaskRunError) Code() int {
46
return
CodeTaskRunError
47
}
48
49
func
(err *TaskRunError) TaskExitCode() int {
50
var
exit interp.ExitStatus
Callers
1
TaskExitCode
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected