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

Struct UnaryNode

expr/node.go:288–291  ·  view source on GitHub ↗

UnaryNode negates a single node argument ( not | ! ) !eq(5,6) !true !(true OR false) !toint(now())

Source from the content-addressed store, hash-verified

286 // !(true OR false)
287 // !toint(now())
288 UnaryNode struct {
289 Arg Node
290 Operator lex.Token
291 }
292
293 // IncludeNode references a named node
294 //

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected