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

Method String

expr/node.go:1813–1817  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1811}
1812func (m *IncludeNode) NodeType() string { return "Include" }
1813func (m *IncludeNode) String() string {
1814 w := NewDefaultWriter()
1815 m.WriteDialect(w)
1816 return w.String()
1817}
1818func (m *IncludeNode) WriteDialect(w DialectWriter) {
1819 if m.negated {
1820 io.WriteString(w, "NOT ")

Callers

nothing calls this directly

Calls 3

WriteDialectMethod · 0.95
NewDefaultWriterFunction · 0.85
StringMethod · 0.65

Tested by

no test coverage detected