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

Method GetNextId

libs/drape/drape_routine.hpp:119–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117 DrapeRoutine() : m_workerThread(4 /* threads count */) {}
118
119 uint64_t GetNextId()
120 {
121 std::lock_guard<std::mutex> lock(m_mutex);
122 return m_counter++;
123 }
124
125 void Notify(uint64_t id)
126 {

Callers 3

RunMethod · 0.80
RunDelayedMethod · 0.80
RunSequentialMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected