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

Method Code

errors/errors_taskfile.go:195–197  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

193}
194
195func (err TaskfileCycleError) Code() int {
196 return CodeTaskfileCycle
197}
198
199// TaskfileDoesNotMatchChecksum is returned when a Taskfile's checksum does not
200// match the one pinned in the parent Taskfile.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected