MCPcopy
hub / github.com/di-sukharev/opencommit / joinCommand

Function joinCommand

out/cli.cjs:66752–66752  ·  view source on GitHub ↗
(file, args)

Source from the content-addressed store, hash-verified

66750var NO_ESCAPE_REGEXP = /^[\w.-]+$/;
66751var DOUBLE_QUOTES_REGEXP = /"/g;
66752var escapeArg = (arg) => {
66753 if (typeof arg !== "string" || NO_ESCAPE_REGEXP.test(arg)) {
66754 return arg;
66755 }

Callers 2

execaFunction · 0.85
execaSyncFunction · 0.85

Calls 1

normalizeArgsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…