Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
101
func
(node *GitNode) Read() ([]byte, error) {
102
return
node.ReadContext(context.Background())
103
}
104
105
func
(node *GitNode) buildURL() string {
106
// Get the base URL
Callers
nothing calls this directly
Calls
1
ReadContext
Method · 0.95
Tested by
no test coverage detected