Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TactilityProject/Tactility
/ setConnectSsid
Method
setConnectSsid
Tactility/Source/app/wifimanage/State.cpp:41–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
}
40
41
void State::setConnectSsid(const std::string& ssid) {
42
mutex.lock();
43
connectSsid = ssid;
44
mutex.unlock();
45
}
46
47
std::string State::getConnectSsid() const {
48
mutex.lock();
Callers
1
onShow
Method · 0.80
Calls
2
lock
Method · 0.45
unlock
Method · 0.45
Tested by
no test coverage detected