MCPcopy Create free account
hub / github.com/MaaXYZ/MaaFramework / close

Method close

source/MaaWlRootsControlUnit/Client/WaylandClient.cpp:257–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255}
256
257void WaylandClient::close()
258{
259 close_buffer();
260 connected_ = false;
261 LogInfo << "Closing the wayland socket";
262}
263
264bool WaylandClient::connected() const
265{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected