MCPcopy Create free account
hub / github.com/Predelnik/DSpellCheck / get_progress

Method get_progress

src/common/ProgressData.cpp:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29int ProgressData::get_progress() const {
30 std::lock_guard<std::mutex> lg(m_mutex);
31 return m_progress;
32}
33
34std::wstring ProgressData::get_status() const {
35 std::lock_guard<std::mutex> lg(m_mutex);

Callers 1

updateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected