MCPcopy Create free account
hub / github.com/Stevenic/codepilot / step

Function step

lib/CodeIndex.js:30–30  ·  view source on GitHub ↗
(result)

Source from the content-addressed store, hash-verified

28 function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
29 function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
30 function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
31 step((generator = generator.apply(thisArg, _arguments || [])).next());
32 });
33};

Callers 3

fulfilledFunction · 0.70
rejectedFunction · 0.70
CodeIndex.jsFile · 0.70

Calls 1

adoptFunction · 0.70

Tested by

no test coverage detected