MCPcopy Create free account
hub / github.com/Azure/powershell / rejected

Function rejected

lib/index.js:131–131  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

129 return new (P || (P = Promise))(function (resolve, reject) {
130 function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
131 function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
132 function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
133 step((generator = generator.apply(thisArg, _arguments || [])).next());
134 });

Callers

nothing calls this directly

Calls 1

stepFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…