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

Method ReadContext

taskfile/node.go:29–29  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

27type RemoteNode interface {
28 Node
29 ReadContext(ctx context.Context) ([]byte, error)
30 CacheKey() string
31}
32

Callers 1

readRemoteNodeContentMethod · 0.65

Implementers 2

GitNodetaskfile/node_git.go
HTTPNodetaskfile/node_http.go

Calls

no outgoing calls

Tested by

no test coverage detected