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

Method WriteDialect

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

Source from the content-addressed store, hash-verified

1218 return w.String()
1219}
1220func (m *BinaryNode) WriteDialect(w DialectWriter) {
1221 if m.negated {
1222 m.writeToString(w, "NOT ")
1223 } else {
1224 m.writeToString(w, "")
1225 }
1226}
1227func (m *BinaryNode) writeToString(w DialectWriter, negate string) {
1228
1229 if m.Paren {

Callers 1

StringMethod · 0.95

Calls 1

writeToStringMethod · 0.95

Tested by

no test coverage detected