Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
16
function
messageKey(message: string): string {
17
return
createHash(
'sha256'
).update(message).digest(
'hex'
);
18
}
Callers
1
emitOnce
Method · 0.85
Calls
1
update
Method · 0.80
Tested by
no test coverage detected