MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / finalize

Function finalize

wasm/reset_events.js:141–145  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

139
140 let filesQ = [];
141 var finalize = function () {
142 count = filesQ.length;
143 for (var i = 0; i < count; ++i)
144 save(filesQ[i].file, filesQ[i].path, count);
145 }
146
147 if (typeof DataTransferItem.prototype.webkitGetAsEntry !== "undefined") {
148 let entriesTree = {};

Callers 2

markDoneFunction · 0.85
drop_files_or_dirFunction · 0.85

Calls 1

saveFunction · 0.70

Tested by

no test coverage detected