MCPcopy 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

31namespace
32{
33uint64_t GenUniqueId()
34{
35 static std::atomic<uint64_t> id;
36 return id.fetch_add(1);
37}
38
39vector<m2::PointD> MakePoly(m2::RectD const & rect)
40{

Callers 1

TestFeatureMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected