MCPcopy 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}
1467func (m *BooleanNode) Negated() bool { return m.negated }
1468func (m *BooleanNode) Validate() error {
1469 for _, n := range m.Args {
1470 if err := n.Validate(); err != nil {

Callers 1

CollapseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected