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

Method Read

taskfile/node_git.go:101–103  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

99}
100
101func (node *GitNode) Read() ([]byte, error) {
102 return node.ReadContext(context.Background())
103}
104
105func (node *GitNode) buildURL() string {
106 // Get the base URL

Callers

nothing calls this directly

Calls 1

ReadContextMethod · 0.95

Tested by

no test coverage detected