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

Method WriteDialect

expr/node.go:793–795  ·  view source on GitHub ↗
(w DialectWriter)

Source from the content-addressed store, hash-verified

791 return fmt.Sprintf("%q", m.Text)
792}
793func (m *StringNode) WriteDialect(w DialectWriter) {
794 w.WriteLiteral(m.Text)
795}
796func (m *StringNode) Validate() error { return nil }
797func (m *StringNode) NodePb() *NodePb {
798 n := &StringNodePb{}

Callers

nothing calls this directly

Calls 1

WriteLiteralMethod · 0.65

Tested by

no test coverage detected