MCPcopy Create free account
hub / github.com/expr-lang/expr / BoolNode

Struct BoolNode

ast/node.go:96–99  ·  view source on GitHub ↗

BoolNode represents a boolean.

Source from the content-addressed store, hash-verified

94
95// BoolNode represents a boolean.
96type BoolNode struct {
97 base
98 Value bool // Value of the boolean.
99}
100
101// StringNode represents a string.
102type StringNode struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected