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

Method WriteNegate

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

Source from the content-addressed store, hash-verified

1570 return w.String()
1571}
1572func (m *TriNode) WriteNegate(w DialectWriter) {
1573 m.writeToString(w, true)
1574}
1575func (m *TriNode) WriteDialect(w DialectWriter) {
1576 m.writeToString(w, false)
1577}

Callers

nothing calls this directly

Calls 1

writeToStringMethod · 0.95

Tested by

no test coverage detected