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

Method Location

taskfile/node_stdin.go:23–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21}
22
23func (node *StdinNode) Location() string {
24 return "__stdin__"
25}
26
27func (node *StdinNode) Remote() bool {
28 return false

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected