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

Method StringNegate

expr/node.go:1829–1833  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1827 return true
1828}
1829func (m *IncludeNode) StringNegate() string {
1830 w := NewDefaultWriter()
1831 m.WriteNegate(w)
1832 return w.String()
1833}
1834func (m *IncludeNode) WriteNegate(w DialectWriter) {
1835 if !m.negated { // double negation
1836 io.WriteString(w, "NOT")

Callers

nothing calls this directly

Calls 3

WriteNegateMethod · 0.95
NewDefaultWriterFunction · 0.85
StringMethod · 0.65

Tested by

no test coverage detected