MCPcopy Create free account
hub / github.com/go-task/task / Remote

Method Remote

taskfile/node_stdin.go:27–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25}
26
27func (node *StdinNode) Remote() bool {
28 return false
29}
30
31func (node *StdinNode) Read() ([]byte, error) {
32 var stdin []byte

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected