Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.js
File · 0.85
readDirectory
Function · 0.85
fileReadSuccess
Function · 0.85
readError
Function · 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…