MCPcopy Create free account
hub / github.com/TactilityProject/Tactility / setScanning

Method setScanning

Tactility/Source/app/btmanage/State.cpp:5–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3namespace tt::app::btmanage {
4
5void State::setScanning(bool isScanning) {
6 auto lock = mutex.asScopedLock();
7 lock.lock();
8 scanning = isScanning;
9}
10
11bool State::isScanning() const {
12 auto lock = mutex.asScopedLock();

Callers 2

onBtEventMethod · 0.45
onShowMethod · 0.45

Calls 2

asScopedLockMethod · 0.80
lockMethod · 0.45

Tested by

no test coverage detected