MCPcopy 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
41void State::setConnectSsid(const std::string& ssid) {
42 mutex.lock();
43 connectSsid = ssid;
44 mutex.unlock();
45}
46
47std::string State::getConnectSsid() const {
48 mutex.lock();

Callers 1

onShowMethod · 0.80

Calls 2

lockMethod · 0.45
unlockMethod · 0.45

Tested by

no test coverage detected