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

Method hasConnectionError

Tactility/Source/app/wificonnect/State.cpp:11–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9}
10
11bool State::hasConnectionError() const {
12 lock.lock();
13 auto result = connectionError;
14 lock.unlock();
15 return result;
16}
17
18void State::setApSettings(const service::wifi::settings::WifiApSettings& newSettings) {
19 lock.lock();

Callers 1

updateMethod · 0.80

Calls 2

lockMethod · 0.45
unlockMethod · 0.45

Tested by

no test coverage detected