MCPcopy 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

RunMethod · 0.45
RunDelayedMethod · 0.45
RunSequentialMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected