Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
3
import
"fmt"
4
5
type
TaskRCNotFoundError
struct
{
6
URI string
7
Walk bool
8
}
9
10
func
(err TaskRCNotFoundError) Error() string {
11
var
walkText string
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected