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

Function s

packages/cli/src/utils.ts:37–37  ·  view source on GitHub ↗
(count: number)

Source from the content-addressed store, hash-verified

35};
36
37export const s = (count: number) => (count === 1 ? '' : 's');
38
39let _apiKey: ApiKeyResponseDto;
40export const requirePermissions = async (permissions: Permission[]) => {

Callers 5

checkForDuplicatesFunction · 0.90
uploadFilesFunction · 0.90
deleteFilesFunction · 0.90
updateAlbumsFunction · 0.90
requirePermissionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected