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

Method _isCmdFile

github-actions/browserstack/set-browserstack-env.js:20163–20166  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20161 constructor(toolPath, args, options) {
20162 super();
20163 if (!toolPath) {
20164 throw new Error("Parameter 'toolPath' cannot be null or empty.");
20165 }
20166 this.toolPath = toolPath;
20167 this.args = args || [];
20168 this.options = options || {};
20169 }

Callers 5

_getCommandStringMethod · 0.45
_getSpawnFileNameMethod · 0.45
_getSpawnArgsMethod · 0.45
_windowsQuoteCmdArgMethod · 0.45
_getSpawnOptionsMethod · 0.45

Calls 1

_endsWithMethod · 0.45

Tested by

no test coverage detected