MCPcopy Create free account
hub / github.com/ajitpratap0/GoSQLX / escapeDoubleQuoteString

Function escapeDoubleQuoteString

pkg/sql/ast/value.go:197–199  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

195}
196
197func escapeDoubleQuoteString(s string) string {
198 return escapeQuotedString(s, '"')
199}
200
201func escapeQuotedString(s string, quote rune) string {
202 var result strings.Builder

Callers 1

StringMethod · 0.85

Calls 1

escapeQuotedStringFunction · 0.85

Tested by

no test coverage detected