MCPcopy Create free account
hub / github.com/drone/envsubst / newFuncNode

Function newFuncNode

parse/node.go:78–80  ·  view source on GitHub ↗

newFuncNode returns a new FuncNode.

(name string)

Source from the content-addressed store, hash-verified

76
77// newFuncNode returns a new FuncNode.
78func newFuncNode(name string) *FuncNode {
79 return &FuncNode{Param: name}
80}
81
82// node() defines the node in a parse tree
83

Callers 1

parseFuncMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…