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

Method WriteNegate

expr/node.go:1427–1429  ·  view source on GitHub ↗
(w DialectWriter)

Source from the content-addressed store, hash-verified

1425 return w.String()
1426}
1427func (m *BooleanNode) WriteNegate(w DialectWriter) {
1428 m.writeToString(w, "NOT ")
1429}
1430func (m *BooleanNode) WriteDialect(w DialectWriter) {
1431 if m.negated {
1432 m.writeToString(w, "NOT ")

Callers 1

StringNegateMethod · 0.95

Calls 1

writeToStringMethod · 0.95

Tested by

no test coverage detected