Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ GenUniqueId
Function
GenUniqueId
generator/generator_tests_support/test_feature.cpp:33–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
namespace
32
{
33
uint64_t GenUniqueId()
34
{
35
static std::atomic<uint64_t> id;
36
return id.fetch_add(1);
37
}
38
39
vector<m2::PointD> MakePoly(m2::RectD const & rect)
40
{
Callers
1
TestFeature
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected