Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BruceDevices/firmware
/ didSessionFail
Function
didSessionFail
src/modules/wifi/clients.cpp:380–384 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
378
}
379
380
bool didSessionFail() {
381
bool failed = false;
382
withClientLock([&]() { failed = sessionFailed; });
383
return failed;
384
}
385
386
bool isSessionConnecting() {
387
bool connecting = false;
Callers
1
finishSessionUi
Function · 0.85
Calls
1
withClientLock
Function · 0.85
Tested by
no test coverage detected