Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/go-task/task
/ Code
Method
Code
errors/errors_task.go:85–87 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
83
}
84
85
func
(err *TaskNameConflictError) Code() int {
86
return
CodeTaskNameConflict
87
}
88
89
type
TaskNameFlattenConflictError
struct
{
90
TaskName string
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected