Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/araddon/qlbridge
/ Negated
Method
Negated
expr/node.go:1467–1467 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1465
return
m
1466
}
1467
func
(m *BooleanNode) Negated() bool {
return
m.negated }
1468
func
(m *BooleanNode) Validate() error {
1469
for
_, n :=
range
m.Args {
1470
if
err := n.Validate(); err != nil {
Callers
1
Collapse
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected