MCPcopy
hub / github.com/di-sukharev/opencommit / _onFinish

Function _onFinish

out/cli.cjs:73568–73573  ·  view source on GitHub ↗
(e3)

Source from the content-addressed store, hash-verified

73566 } finally {
73567 await reader.cancel();
73568 }
73569};
73570var trackStream = (stream4, chunkSize, onProgress, onFinish) => {
73571 const iterator2 = readBytes(stream4, chunkSize);
73572 let bytes = 0;
73573 let done;
73574 let _onFinish = (e3) => {
73575 if (!done) {
73576 done = true;

Callers 2

pullFunction · 0.85
cancelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…