MCPcopy Create free account
hub / github.com/go-task/task / Code

Method Code

errors/errors_taskfile.go:131–133  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

129}
130
131func (err *TaskfileCacheNotFoundError) Code() int {
132 return CodeTaskfileCacheNotFound
133}
134
135// TaskfileVersionCheckError is returned when the user attempts to run a
136// Taskfile that does not contain a Taskfile schema version key or if they try

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected