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

Function step

lib/index.js:132–132  ·  view source on GitHub ↗
(result)

Source from the content-addressed store, hash-verified

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 });
135};

Callers 3

fulfilledFunction · 0.85
rejectedFunction · 0.85
index.jsFile · 0.85

Calls 1

adoptFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…