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

Method Code

errors/errors_taskfile.go:97–99  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

95}
96
97func (err *TaskfileNotTrustedError) Code() int {
98 return CodeTaskfileNotTrusted
99}
100
101// TaskfileNotSecureError is returned when the user attempts to download a
102// remote Taskfile over an insecure connection.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected