MCPcopy 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
45func (err *TaskRunError) Code() int {
46 return CodeTaskRunError
47}
48
49func (err *TaskRunError) TaskExitCode() int {
50 var exit interp.ExitStatus

Callers 1

TaskExitCodeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected