Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
957
func
NewIdentityNodeVal(val string) *IdentityNode {
958
in := &IdentityNode{Text: val}
959
in.load()
960
return
in
961
}
962
func
(m *IdentityNode) load() {
963
964
if
m.Quote != 0 {
Callers
4
Get
Method · 0.92
walkFilterBinary
Method · 0.92
RewriteShowAsSelect
Function · 0.92
parseFirstFilters
Method · 0.92
Calls
1
load
Method · 0.95
Tested by
no test coverage detected