MCPcopy
hub / github.com/go-task/task / Read

Method Read

taskfile/node.go:17–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15
16type Node interface {
17 Read() ([]byte, error)
18 Parent() Node
19 Location() string
20 Dir() string

Callers 4

compiledTaskMethod · 0.65
readDotEnvFunction · 0.65
DotenvFunction · 0.65
readNodeContentMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected