| 298 | } |
| 299 | |
| 300 | void InitProfilesStorage () |
| 301 | { |
| 302 | g_ProfilesStorage.SetPlace(i2p::fs::GetDataDir()); |
| 303 | g_ProfilesStorage.Init(i2p::data::GetBase64SubstitutionTable(), 64); |
| 304 | } |
| 305 | |
| 306 | static void SaveProfilesToDisk (std::list<std::pair<i2p::data::IdentHash, std::shared_ptr<RouterProfile> > >&& profiles) |
| 307 | { |
no test coverage detected