Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
193
func
escapeSingleQuoteString(s string) string {
194
return
escapeQuotedString(s,
'\'
')
195
}
196
197
func
escapeDoubleQuoteString(s string) string {
198
return
escapeQuotedString(s,
'"'
)
Callers
1
String
Method · 0.85
Calls
1
escapeQuotedString
Function · 0.85
Tested by
no test coverage detected