MCPcopy Create free account
hub / github.com/ZenNotes/zennotes / appleScriptEscape

Function appleScriptEscape

apps/desktop/src/main/cli-install.ts:454–456  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

452}
453
454function appleScriptEscape(value: string): string {
455 return value.replace(/\\/g, '\\\\').replace(/"/g, '\\"')
456}
457
458/* ---------- Uninstall ------------------------------------------------- */
459

Callers 2

elevateAndSymlinkFunction · 0.85
uninstallCliFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected