MCPcopy Create free account
hub / github.com/ProtonDriveApps/sdk / messageKey

Function messageKey

cli/src/api/messageEmitter.ts:16–18  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

14}
15
16function messageKey(message: string): string {
17 return createHash('sha256').update(message).digest('hex');
18}

Callers 1

emitOnceMethod · 0.85

Calls 1

updateMethod · 0.80

Tested by

no test coverage detected