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

Method connect

source/MaaPlayCoverControlUnit/Client/PlayToolsClient.cpp:30–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30bool PlayToolsClient::connect(const std::string& address)
31{
32 if (address_ != address) {
33 close();
34 address_ = address;
35 }
36
37 return open();
38}
39
40void PlayToolsClient::close()
41{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected