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

Method updated

server/src/decorators.ts:211–213  ·  view source on GitHub ↗
(version: string, description: string)

Source from the content-addressed store, hash-verified

209 }
210
211 updated(version: string, description: string) {
212 return this.push({ version, state: 'Updated', description });
213 }
214
215 alpha(version: string) {
216 return this.push({ version, state: ApiState.Alpha });

Callers 3

asset.dto.tsFile · 0.80
search.dto.tsFile · 0.80
asset-media.dto.tsFile · 0.80

Calls 1

pushMethod · 0.95

Tested by

no test coverage detected