Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ GetId
Method
GetId
generator/generator_tests/place_processor_tests.cpp:32–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
void StopInc() { m_isInc = false; }
31
void StartInc() { m_isInc = true; }
32
uint64_t GetId() { return m_isInc ? m_id++ : m_id; }
33
34
private:
35
IdGenerator() = default;
Callers
1
MakeFbForTest
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected