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

Struct ListNode

parse/node.go:27–29  ·  view source on GitHub ↗

ListNode represents a list of nodes.

Source from the content-addressed store, hash-verified

25
26 // ListNode represents a list of nodes.
27 ListNode struct {
28 Nodes []Node
29 }
30
31 // ParamNode struct{
32 // Name string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected