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

Function MaaAgentServerDetach

source/MaaAgentServer/API/MaaAgentServer.cpp:33–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33void MaaAgentServerDetach()
34{
35 LogFunc;
36
37 MAA_AGENT_SERVER_NS::AgentServer::get_instance().detach();
38}
39
40MaaBool MaaAgentServerRegisterCustomRecognition(const char* name, MaaCustomRecognitionCallback recognition, void* trans_arg)
41{

Callers 1

detachFunction · 0.85

Calls 1

detachMethod · 0.45

Tested by

no test coverage detected