Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/go-task/task
/ Location
Method
Location
taskfile/node_file.go:48–50 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
46
}
47
48
func
(node *FileNode) Location() string {
49
return
node.entrypoint
50
}
51
52
func
(node *FileNode) Read() ([]byte, error) {
53
f, err := os.Open(node.Location())
Callers
1
Read
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected