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

Method Remote

taskfile/node_git.go:97–99  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

95}
96
97func (node *GitNode) Remote() bool {
98 return true
99}
100
101func (node *GitNode) Read() ([]byte, error) {
102 return node.ReadContext(context.Background())

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected