Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/araddon/qlbridge
/ Validate
Method
Validate
expr/node.go:1733–1735 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1731
}
1732
}
1733
func
(m *UnaryNode) Validate() error {
1734
return
m.Arg.Validate()
1735
}
1736
func
(m *UnaryNode) ChildrenArgs() []Node {
1737
return
[]Node{m.Arg}
1738
}
Callers
nothing calls this directly
Calls
1
Validate
Method · 0.65
Tested by
no test coverage detected