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

Method StringNegate

expr/node.go:1422–1426  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1420 return w.String()
1421}
1422func (m *BooleanNode) StringNegate() string {
1423 w := NewDefaultWriter()
1424 m.WriteNegate(w)
1425 return w.String()
1426}
1427func (m *BooleanNode) WriteNegate(w DialectWriter) {
1428 m.writeToString(w, "NOT ")
1429}

Callers

nothing calls this directly

Calls 3

WriteNegateMethod · 0.95
NewDefaultWriterFunction · 0.85
StringMethod · 0.65

Tested by

no test coverage detected