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

Function escapeSingleQuoteString

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

Source from the content-addressed store, hash-verified

191}
192
193func escapeSingleQuoteString(s string) string {
194 return escapeQuotedString(s, '\'')
195}
196
197func escapeDoubleQuoteString(s string) string {
198 return escapeQuotedString(s, '"')

Callers 1

StringMethod · 0.85

Calls 1

escapeQuotedStringFunction · 0.85

Tested by

no test coverage detected