Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CommE2E/comm
/ markPrekeyAsPublished
Method
markPrekeyAsPublished
native/cpp/CommonCpp/CryptoTools/CryptoModule.cpp:203–205 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
201
}
202
203
void CryptoModule::markPrekeyAsPublished() {
204
this->vodozemacAccount->mark_prekey_as_published();
205
}
206
207
void CryptoModule::forgetOldPrekey() {
208
this->vodozemacAccount->forget_old_prekey();
Callers
2
validateAndUploadPrekeys
Method · 0.80
markPrekeysAsPublished
Method · 0.80
Calls
1
mark_prekey_as_published
Method · 0.45
Tested by
no test coverage detected