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

Function MaaAgentServerStartUp

source/MaaAgentServer/API/MaaAgentServer.cpp:7–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5#include "Server/AgentServer.h"
6
7MaaBool MaaAgentServerStartUp(const char* identifier)
8{
9 LogFunc << VAR(identifier);
10
11 if (!identifier) {
12 LogError << "identifier is null";
13 return false;
14 }
15
16 return MAA_AGENT_SERVER_NS::AgentServer::get_instance().start_up(identifier);
17}
18
19void MaaAgentServerShutDown()
20{

Callers 2

mainFunction · 0.85
start_upFunction · 0.85

Calls 1

start_upMethod · 0.45

Tested by

no test coverage detected