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

Method String

expr/node.go:1702–1706  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1700}
1701func (m *UnaryNode) NodeType() string { return "Unary" }
1702func (m *UnaryNode) String() string {
1703 w := NewDefaultWriter()
1704 m.WriteDialect(w)
1705 return w.String()
1706}
1707func (m *UnaryNode) WriteDialect(w DialectWriter) {
1708 switch m.Operator.T {
1709 case lex.TokenNegate:

Callers

nothing calls this directly

Calls 3

WriteDialectMethod · 0.95
NewDefaultWriterFunction · 0.85
StringMethod · 0.65

Tested by

no test coverage detected