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

Method String

expr/node.go:1215–1219  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1213}
1214func (m *BinaryNode) NodeType() string { return "Binary" }
1215func (m *BinaryNode) String() string {
1216 w := NewDefaultWriter()
1217 m.WriteDialect(w)
1218 return w.String()
1219}
1220func (m *BinaryNode) WriteDialect(w DialectWriter) {
1221 if m.negated {
1222 m.writeToString(w, "NOT ")

Callers

nothing calls this directly

Calls 3

WriteDialectMethod · 0.95
NewDefaultWriterFunction · 0.85
StringMethod · 0.65

Tested by

no test coverage detected