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

Function getInput

github-actions/bazel/configure-remote/configure-remote.js:20664–20673  ·  view source on GitHub ↗
(name, options)

Source from the content-addressed store, hash-verified

20662 step(generator.next(value));
20663 } catch (e) {
20664 reject(e);
20665 }
20666 }
20667 function rejected(value) {
20668 try {
20669 step(generator["throw"](value));
20670 } catch (e) {
20671 reject(e);
20672 }
20673 }
20674 function step(result) {
20675 result.done ? resolve2(result.value) : adopt(result.value).then(fulfilled, rejected);
20676 }

Callers 4

getJwtAuthedAppClientFunction · 0.85
mainFunction · 0.85
getBooleanInputFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected