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

Function adopt

github-actions/bazel/configure-remote/configure-remote.js:19528–19532  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

19526 }
19527 module.exports.setGlobalDispatcher = setGlobalDispatcher;
19528 module.exports.getGlobalDispatcher = getGlobalDispatcher;
19529 var fetchImpl = require_fetch().fetch;
19530 module.exports.fetch = function fetch(init, options = void 0) {
19531 return __async(this, null, function* () {
19532 try {
19533 return yield fetchImpl(init, options);
19534 } catch (err) {
19535 if (err && typeof err === "object") {

Callers 1

stepFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected