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

Function decrement

src/flow.js:278–282  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

276 throw fileError;
277 }
278 function decrement() {
279 if (--queue == 0) {
280 $.addFiles(files, event);
281 }
282 }
283 },
284
285 /**

Callers 4

flow.jsFile · 0.85
readDirectoryFunction · 0.85
fileReadSuccessFunction · 0.85
readErrorFunction · 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…