MCPcopy
hub / github.com/cursor/community-plugins / final

Function final

apps/cursor/src/lib/plugins/scan.ts:349–352  ·  view source on GitHub ↗
(callback)

Source from the content-addressed store, hash-verified

347 callback(null, chunk);
348 },
349 final(callback) {
350 logInfo(tag, "GitHub archive download complete", { downloaded });
351 callback();
352 },
353 });
354}
355

Callers

nothing calls this directly

Calls 1

logInfoFunction · 0.70

Tested by

no test coverage detected