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

Function NewStdinNode

taskfile/node_stdin.go:17–21  ·  view source on GitHub ↗
(dir string)

Source from the content-addressed store, hash-verified

15}
16
17func NewStdinNode(dir string) (*StdinNode, error) {
18 return &StdinNode{
19 baseNode: NewBaseNode(dir),
20 }, nil
21}
22
23func (node *StdinNode) Location() string {
24 return "__stdin__"

Callers 1

NewRootNodeFunction · 0.85

Calls 1

NewBaseNodeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…