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

Function NewValueNode

expr/node.go:851–853  ·  view source on GitHub ↗
(val value.Value)

Source from the content-addressed store, hash-verified

849}
850
851func NewValueNode(val value.Value) *ValueNode {
852 return &ValueNode{Value: val, rv: reflect.ValueOf(val)}
853}
854func (m *ValueNode) NodeType() string { return "Value" }
855func (m *ValueNode) IsArray() bool {
856 if m.Value == nil {

Callers 2

cInnerMethod · 0.85
vMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected