Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Predelnik/DSpellCheck
/ get_marquee
Method
get_marquee
src/common/ProgressData.cpp:24–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
}
23
24
bool ProgressData::get_marquee() const {
25
std::lock_guard<std::mutex> lg(m_mutex);
26
return m_marquee;
27
}
28
29
int ProgressData::get_progress() const {
30
std::lock_guard<std::mutex> lg(m_mutex);
Callers
1
update
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected