MCPcopy
hub / github.com/gildas-lormeau/zip.js / close

Function close

index-native.cjs:2297–2307  ·  view source on GitHub ↗
(error, result)

Source from the content-addressed store, hash-verified

2295 }
2296
2297 function close(error, result) {
2298 if (error) {
2299 rejectResult(error);
2300 } else {
2301 resolveResult(result);
2302 }
2303 if (writer) {
2304 writer.releaseLock();
2305 }
2306 onTaskFinished();
2307 }
2308}
2309
2310/*

Callers 1

onMessageFunction · 0.70

Calls 1

onTaskFinishedFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…