| 514 | namespace |
| 515 | { |
| 516 | string generatePartOfUrl(url_scheme::MapPoint const & point) |
| 517 | { |
| 518 | return std::format("&ll={},{}&n={}&id={}", point.m_lat, point.m_lon, point.m_name, point.m_id); |
| 519 | } |
| 520 | |
| 521 | string randomString(size_t size, uint32_t seed) |
| 522 | { |
no outgoing calls
no test coverage detected