MCPcopy Create free account
hub / github.com/araddon/qlbridge / ChildrenArgs

Method ChildrenArgs

expr/node.go:100–100  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

98 // NodeArgs is an interface for nodes which have child arguments
99 NodeArgs interface {
100 ChildrenArgs() []Node
101 }
102
103 // NegateableNode A negateable node requires a special type of String() function due to

Callers 1

inlineIncludesDepthFunction · 0.65

Implementers 6

FuncNodeexpr/node.go
BinaryNodeexpr/node.go
BooleanNodeexpr/node.go
TriNodeexpr/node.go
UnaryNodeexpr/node.go
ArrayNodeexpr/node.go

Calls

no outgoing calls

Tested by

no test coverage detected