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

Struct StringNode

expr/node.go:225–230  ·  view source on GitHub ↗

StringNode holds a value literal, quotes not included

Source from the content-addressed store, hash-verified

223
224 // StringNode holds a value literal, quotes not included
225 StringNode struct {
226 Quote byte
227 Text string
228 noQuote bool
229 needsEscape bool // Does Text contain Quote value?
230 }
231
232 // NullNode is a simple NULL type node
233 NullNode struct{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected