MCPcopy 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
48func (node *FileNode) Location() string {
49 return node.entrypoint
50}
51
52func (node *FileNode) Read() ([]byte, error) {
53 f, err := os.Open(node.Location())

Callers 1

ReadMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected