MCPcopy Index your code
hub / github.com/go-task/task / Node

Interface Node

taskfile/node.go:16–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14)
15
16type Node interface {
17 Read() ([]byte, error)
18 Parent() Node
19 Location() string
20 Dir() string
21 Checksum() string
22 Verify(checksum string) bool
23 ResolveEntrypoint(entrypoint string) (string, error)
24 ResolveDir(dir string) (string, error)
25}
26
27type RemoteNode interface {
28 Node

Callers 25

compiledTaskMethod · 0.65
readDotEnvFunction · 0.65
DotenvFunction · 0.65
readNodeContentMethod · 0.65
ResolveDirMethod · 0.65
includeMethod · 0.95
getRootNodeMethod · 0.65
readTaskfileMethod · 0.65
readNodeMethod · 0.65
readNodeContentMethod · 0.65
readRemoteNodeContentMethod · 0.65
getRootNodeMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…