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

Function rejected

lib/SourceCodeSection.js:6–6  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

4 return new (P || (P = Promise))(function (resolve, reject) {
5 function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
6 function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
7 function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
8 step((generator = generator.apply(thisArg, _arguments || [])).next());
9 });

Callers

nothing calls this directly

Calls 1

stepFunction · 0.70

Tested by

no test coverage detected