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

Method Code

errors/error_taskfile_decode.go:109–111  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

107}
108
109func (err *TaskfileDecodeError) Code() int {
110 return CodeTaskfileDecode
111}
112
113func (err *TaskfileDecodeError) WithMessage(format string, a ...any) *TaskfileDecodeError {
114 err.Message = fmt.Sprintf(format, a...)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected