MCPcopy
hub / github.com/flowjs/flow.js / readError

Function readError

src/flow.js:274–277  ·  view source on GitHub ↗
(fileError)

Source from the content-addressed store, hash-verified

272 decrement();
273 }
274 function readError(fileError) {
275 decrement();
276 throw fileError;
277 }
278 function decrement() {
279 if (--queue == 0) {
280 $.addFiles(files, event);

Callers

nothing calls this directly

Calls 1

decrementFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…