Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
28
bool State::isScanning() const {
29
mutex.lock();
30
bool result = scanning;
31
mutex.unlock();
32
return result;
33
}
34
35
void State::updateApRecords() {
36
mutex.lock();
Callers
2
updateNetworkList
Method · 0.45
updateScanning
Method · 0.45
Calls
2
lock
Method · 0.45
unlock
Method · 0.45
Tested by
no test coverage detected