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