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

Struct ValueNode

expr/node.go:248–251  ·  view source on GitHub ↗

ValueNode holds a value.Value type value.Values can be strings, numbers, arrays, objects, etc

Source from the content-addressed store, hash-verified

246 // ValueNode holds a value.Value type
247 // value.Values can be strings, numbers, arrays, objects, etc
248 ValueNode struct {
249 Value value.Value
250 rv reflect.Value
251 }
252
253 // BinaryNode is x op y, two nodes (left, right) and an operator
254 // operators can be a variety of:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected