Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ Finish
Method
Finish
libs/drape/drape_routine.hpp:38–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
explicit Result(uint64_t id) : m_id(id), m_isFinished(false) {}
37
38
uint64_t Finish()
39
{
40
m_isFinished = true;
41
return m_id;
42
}
43
44
uint64_t const m_id;
45
std::atomic<bool> m_isFinished;
Callers
3
Run
Method · 0.45
RunDelayed
Method · 0.45
RunSequential
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected