MCPcopy Create free account
hub / github.com/angular/dev-infra / _cloneExecOptions

Method _cloneExecOptions

github-actions/browserstack/set-browserstack-env.js:20250–20264  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

20248 }
20249 _windowsQuoteCmdArg(arg) {
20250 if (!this._isCmdFile()) {
20251 return this._uvQuoteCmdArg(arg);
20252 }
20253 if (!arg) {
20254 return '""';
20255 }
20256 const cmdSpecialChars = [
20257 " ",
20258 " ",
20259 "&",
20260 "(",
20261 ")",
20262 "[",
20263 "]",
20264 "{",
20265 "}",
20266 "^",
20267 "=",

Callers 1

execMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected