Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
26
void MaaAgentServerJoin()
27
{
28
LogFunc;
29
30
MAA_AGENT_SERVER_NS::AgentServer::get_instance().join();
31
}
32
33
void MaaAgentServerDetach()
34
{
Callers
2
main
Function · 0.85
join
Function · 0.85
Calls
1
join
Method · 0.45
Tested by
no test coverage detected