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

Method Error

errors/errors_taskfile.go:188–193  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

186}
187
188func (err TaskfileCycleError) Error() string {
189 return fmt.Sprintf("task: include cycle detected between %s <--> %s",
190 filepath.ToSlash(err.Source),
191 filepath.ToSlash(err.Destination),
192 )
193}
194
195func (err TaskfileCycleError) Code() int {
196 return CodeTaskfileCycle

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected