Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
handleMetadataExtraction
Method · 0.95
automock
Function · 0.45
read
Function · 0.45
mockDuplex
Function · 0.45
newTagAsset
Method · 0.45
syncAckAll
Method · 0.45
asset
Method · 0.45
edit
Method · 0.45
face
Method · 0.45
file
Method · 0.45
files
Method · 0.45
asset
Method · 0.45
Calls
no outgoing calls
Tested by
2
consume
Function · 0.36
read
Function · 0.36