MCPcopy Create free account
hub / github.com/comaps/comaps / generatePartOfUrl

Function generatePartOfUrl

libs/map/map_tests/mwm_url_tests.cpp:516–519  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

514namespace
515{
516string 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
521string randomString(size_t size, uint32_t seed)
522{

Callers 1

generateRandomTestFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected