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

Method getConnectSsid

Tactility/Source/app/wifimanage/State.cpp:47–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47std::string State::getConnectSsid() const {
48 mutex.lock();
49 auto result = connectSsid;
50 return result;
51}
52
53} // namespace

Callers

nothing calls this directly

Calls 1

lockMethod · 0.45

Tested by

no test coverage detected