MCPcopy 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
135function shellSingleQuote(value: string): string {
136 return `'${value.replaceAll('\'', '\'\\\'\'')}'`
137}
138
139function shellDoubleQuote(value: string): string {
140 return `"${value

Callers 1

buildCurlPreviewFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected