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

Method WriteDialect

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

Source from the content-addressed store, hash-verified

1573 m.writeToString(w, true)
1574}
1575func (m *TriNode) WriteDialect(w DialectWriter) {
1576 m.writeToString(w, false)
1577}
1578func (m *TriNode) writeToString(w DialectWriter, negate bool) {
1579 m.Args[0].WriteDialect(w)
1580 io.WriteString(w, " ")

Callers

nothing calls this directly

Calls 1

writeToStringMethod · 0.95

Tested by

no test coverage detected