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

Method StringNegate

expr/node.go:1567–1571  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1565 return w.String()
1566}
1567func (m *TriNode) StringNegate() string {
1568 w := NewDefaultWriter()
1569 m.writeToString(w, true)
1570 return w.String()
1571}
1572func (m *TriNode) WriteNegate(w DialectWriter) {
1573 m.writeToString(w, true)
1574}

Callers

nothing calls this directly

Calls 3

writeToStringMethod · 0.95
NewDefaultWriterFunction · 0.85
StringMethod · 0.65

Tested by

no test coverage detected