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

Method get_status

src/common/ProgressData.cpp:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34std::wstring ProgressData::get_status() const {
35 std::lock_guard<std::mutex> lg(m_mutex);
36 return m_status;
37}

Callers 1

updateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected