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

Function MaaAgentServerJoin

source/MaaAgentServer/API/MaaAgentServer.cpp:26–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26void MaaAgentServerJoin()
27{
28 LogFunc;
29
30 MAA_AGENT_SERVER_NS::AgentServer::get_instance().join();
31}
32
33void MaaAgentServerDetach()
34{

Callers 2

mainFunction · 0.85
joinFunction · 0.85

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected