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

Function newListNode

parse/node.go:73–75  ·  view source on GitHub ↗

newListNode returns a new ListNode.

(nodes ...Node)

Source from the content-addressed store, hash-verified

71
72// newListNode returns a new ListNode.
73func newListNode(nodes ...Node) *ListNode {
74 return &ListNode{Nodes: nodes}
75}
76
77// newFuncNode returns a new FuncNode.
78func newFuncNode(name string) *FuncNode {

Callers 1

parseAnyMethod · 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…