MCPcopy
hub / github.com/immich-app/immich / push

Method push

server/src/utils/tasks.ts:6–8  ·  view source on GitHub ↗
(...tasks: Task[])

Source from the content-addressed store, hash-verified

4 private tasks: Task[] = [];
5
6 push(...tasks: Task[]) {
7 this.tasks.push(...tasks);
8 }
9
10 async all() {
11 await Promise.all(this.tasks.map((item) => item()));

Callers 15

automockFunction · 0.45
readFunction · 0.45
mockDuplexFunction · 0.45
newTagAssetMethod · 0.45
syncAckAllMethod · 0.45
assetMethod · 0.45
editMethod · 0.45
faceMethod · 0.45
fileMethod · 0.45
filesMethod · 0.45
assetMethod · 0.45

Calls

no outgoing calls

Tested by 2

consumeFunction · 0.36
readFunction · 0.36