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

Method map

server/src/services/api-key.service.ts:83–91  ·  view source on GitHub ↗
(entity: ApiKey)

Source from the content-addressed store, hash-verified

81 }
82
83 private map(entity: ApiKey): ApiKeyResponseDto {
84 return {
85 id: entity.id,
86 name: entity.name,
87 createdAt: entity.createdAt,
88 updatedAt: entity.updatedAt,
89 permissions: entity.permissions as Permission[],
90 };
91 }
92}

Callers 15

createMethod · 0.95
updateMethod · 0.95
getMineMethod · 0.95
getByIdMethod · 0.95
getAllMethod · 0.95
cli.tsFile · 0.80
utils.spec.tsFile · 0.80
requirePermissionsFunction · 0.80
crawlFunction · 0.80
serverInfoFunction · 0.80
uploadFilesFunction · 0.80
chunkDeleteFunction · 0.80

Calls

no outgoing calls

Tested by 3

labelsFunction · 0.64
createWorkflowFunction · 0.64
mockOcrResultFunction · 0.64