Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
197
func
escapeDoubleQuoteString(s string) string {
198
return
escapeQuotedString(s,
'"'
)
199
}
200
201
func
escapeQuotedString(s string, quote rune) string {
202
var
result strings.Builder
Callers
1
String
Method · 0.85
Calls
1
escapeQuotedString
Function · 0.85
Tested by
no test coverage detected