MCPcopy
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

setDebounceTimerMethod · 0.95
addMethod · 0.95
utils.spec.tsFile · 0.80

Calls 1

clearDebounceTimerMethod · 0.95

Tested by

no test coverage detected