MCPcopy Create free account
hub / github.com/CommE2E/comm / removeSessionByDeviceId

Method removeSessionByDeviceId

native/cpp/CommonCpp/CryptoTools/CryptoModule.cpp:270–272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268}
269
270void CryptoModule::removeSessionByDeviceId(const std::string &deviceId) {
271 this->sessions.erase(deviceId);
272}
273
274std::string CryptoModule::pickleAccount(const std::string &secretKey) {
275 try {

Calls

no outgoing calls

Tested by

no test coverage detected