(w DialectWriter)
| 1570 | return w.String() |
| 1571 | } |
| 1572 | func (m *TriNode) WriteNegate(w DialectWriter) { |
| 1573 | m.writeToString(w, true) |
| 1574 | } |
| 1575 | func (m *TriNode) WriteDialect(w DialectWriter) { |
| 1576 | m.writeToString(w, false) |
| 1577 | } |
nothing calls this directly
no test coverage detected