Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ProtonDriveApps/sdk
/ expectedUidPrefix
Function
expectedUidPrefix
cli/src/clientUid.ts:43–45 ·
view source on GitHub ↗
(prefix: string)
Source
from the content-addressed store, hash-verified
41
}
42
43
function
expectedUidPrefix(prefix: string): string {
44
return
`${prefix}-`;
45
}
Callers
1
getOrGenerateClientUid
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected