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

Interface RemoteNode

taskfile/node.go:27–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27type RemoteNode interface {
28 Node
29 ReadContext(ctx context.Context) ([]byte, error)
30 CacheKey() string
31}
32
33func NewRootNode(
34 entrypoint string,

Callers 2

readRemoteNodeContentMethod · 0.65
filePathMethod · 0.65

Implementers 2

GitNodetaskfile/node_git.go
HTTPNodetaskfile/node_http.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…