Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/massCodeIO/massCode
/ shellSingleQuote
Function
shellSingleQuote
src/renderer/components/http/requestPreview.ts:135–137 ·
view source on GitHub ↗
(value: string)
Source
from the content-addressed store, hash-verified
133
}
134
135
function
shellSingleQuote(value: string): string {
136
return
`
'${value.replaceAll('
\
''
,
'\'
\\\
'\'
')}'
`
137
}
138
139
function
shellDoubleQuote(value: string): string {
140
return
`"${value
Callers
1
buildCurlPreview
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected