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

Function exec

github-actions/bazel/configure-remote/configure-remote.js:20525–20536  ·  view source on GitHub ↗
(commandLine, args, options)

Source from the content-addressed store, hash-verified

20523 this.processStderr = false;
20524 this.delay = 1e4;
20525 this.done = false;
20526 this.timeout = null;
20527 if (!toolPath) {
20528 throw new Error("toolPath must not be empty");
20529 }
20530 this.options = options;
20531 this.toolPath = toolPath;
20532 if (options.delay) {
20533 this.delay = options.delay;
20534 }
20535 }
20536 CheckComplete() {
20537 if (this.done) {
20538 return;
20539 }

Callers 1

getExecOutputFunction · 0.70

Calls 4

__awaiter5Function · 0.70
argStringToArrayFunction · 0.70
sliceMethod · 0.45
execMethod · 0.45

Tested by

no test coverage detected