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

Function NewIdentityNodeVal

expr/node.go:957–961  ·  view source on GitHub ↗
(val string)

Source from the content-addressed store, hash-verified

955 return in
956}
957func NewIdentityNodeVal(val string) *IdentityNode {
958 in := &IdentityNode{Text: val}
959 in.load()
960 return in
961}
962func (m *IdentityNode) load() {
963
964 if m.Quote != 0 {

Callers 4

GetMethod · 0.92
walkFilterBinaryMethod · 0.92
RewriteShowAsSelectFunction · 0.92
parseFirstFiltersMethod · 0.92

Calls 1

loadMethod · 0.95

Tested by

no test coverage detected