MCPcopy
hub / github.com/go-task/task / TaskRCNotFoundError

Struct TaskRCNotFoundError

errors/errors_taskrc.go:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import "fmt"
4
5type TaskRCNotFoundError struct {
6 URI string
7 Walk bool
8}
9
10func (err TaskRCNotFoundError) Error() string {
11 var walkText string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected