MCPcopy 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
43function expectedUidPrefix(prefix: string): string {
44 return `${prefix}-`;
45}

Callers 1

getOrGenerateClientUidFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected