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

Struct FuncNode

parse/node.go:20–24  ·  view source on GitHub ↗

FuncNode represents a string function.

Source from the content-addressed store, hash-verified

18
19 // FuncNode represents a string function.
20 FuncNode struct {
21 Param string
22 Name string
23 Args []Node
24 }
25
26 // ListNode represents a list of nodes.
27 ListNode struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected