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

Function NewDialectWriter

expr/dialect.go:62–64  ·  view source on GitHub ↗

NewDialectWriter creates a writer that is custom literal and identity escape characters

(l, i byte)

Source from the content-addressed store, hash-verified

60// NewDialectWriter creates a writer that is custom literal and identity
61// escape characters
62func NewDialectWriter(l, i byte) DialectWriter {
63 return &defaultDialect{LiteralQuote: l, IdentityQuote: i}
64}
65
66// NewJSONDialectWriter escape literal " with \"
67func NewJSONDialectWriter() DialectWriter {

Callers 2

TestDialectValueWritingFunction · 0.85

Calls

no outgoing calls

Tested by 2

TestDialectValueWritingFunction · 0.68