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

Method Code

errors/errors_taskfile.go:114–116  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

112}
113
114func (err *TaskfileNotSecureError) Code() int {
115 return CodeTaskfileNotSecure
116}
117
118// TaskfileCacheNotFoundError is returned when the user attempts to use an offline
119// (cached) Taskfile but the files does not exist in the cache.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected