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

Method isScanning

Tactility/Source/app/wifimanage/State.cpp:28–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28bool State::isScanning() const {
29 mutex.lock();
30 bool result = scanning;
31 mutex.unlock();
32 return result;
33}
34
35void State::updateApRecords() {
36 mutex.lock();

Callers 2

updateNetworkListMethod · 0.45
updateScanningMethod · 0.45

Calls 2

lockMethod · 0.45
unlockMethod · 0.45

Tested by

no test coverage detected