Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/immich-app/immich
/ flush
Method
flush
packages/cli/src/utils.ts:255–264 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
253
}
254
255
flush() {
256
this.clearDebounceTimer();
257
if
(this.items.length === 0) {
258
return
;
259
}
260
261
this.onBatch(this.items);
262
263
this.items = [];
264
}
265
}
Callers
3
setDebounceTimer
Method · 0.95
add
Method · 0.95
utils.spec.ts
File · 0.80
Calls
1
clearDebounceTimer
Method · 0.95
Tested by
no test coverage detected