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

Method set

src/common/ProgressData.cpp:17–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15#include "ProgressData.h"
16
17void ProgressData::set(int progress, const std::wstring &status, bool marquee) {
18 std::lock_guard<std::mutex> lg(m_mutex);
19 m_progress = progress;
20 m_status = status;
21 m_marquee = marquee;
22}
23
24bool ProgressData::get_marquee() const {
25 std::lock_guard<std::mutex> lg(m_mutex);

Callers 5

prepare_downloadingMethod · 0.45
OnBytesReceivedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected