Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
37
export
const
s = (count: number) => (count === 1 ?
''
:
's'
);
38
39
let
_apiKey: ApiKeyResponseDto;
40
export
const
requirePermissions =
async
(permissions: Permission[]) => {
Callers
5
checkForDuplicates
Function · 0.90
uploadFiles
Function · 0.90
deleteFiles
Function · 0.90
updateAlbums
Function · 0.90
requirePermissions
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected