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

Function getDetails

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

Source from the content-addressed store, hash-verified

20632 stdout += stdoutDecoder.write(data);
20633 if (originalStdoutListener) {
20634 originalStdoutListener(data);
20635 }
20636 };
20637 const listeners = Object.assign(Object.assign({}, options === null || options === void 0 ? void 0 : options.listeners), { stdout: stdOutListener, stderr: stdErrListener });
20638 const exitCode = yield exec(commandLine, args, Object.assign(Object.assign({}, options), { listeners }));
20639 stdout += stdoutDecoder.end();
20640 stderr += stderrDecoder.end();
20641 return {
20642 exitCode,
20643 stdout,
20644 stderr
20645 };
20646 });
20647 }

Callers

nothing calls this directly

Calls 4

__awaiter6Function · 0.70
getWindowsInfoFunction · 0.70
getMacOsInfoFunction · 0.70
getLinuxInfoFunction · 0.70

Tested by

no test coverage detected