MCPcopy Create free account
hub / github.com/chhoumann/quickadd / shellQuote

Function shellQuote

scripts/start-obsidian-e2e-instance.mjs:593–595  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

591}
592
593function shellQuote(value) {
594 return `'${String(value).replaceAll("'", "'\\''")}'`;
595}
596
597// Self-healing safety net: before launching our own instance, reap any leaked
598// instances whose backing worktree is gone (e.g. removed on merge without the

Callers 1

toInstanceShellExportsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected