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

Function MaaAgentClientAlive

source/MaaAgentClient/API/MaaAgentClient.cpp:161–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159}
160
161MaaBool MaaAgentClientAlive(MaaAgentClient* client)
162{
163 if (!client) {
164 LogError << "handle is null";
165 return false;
166 }
167
168 return client->alive();
169}
170
171MaaBool MaaAgentClientSetTimeout(MaaAgentClient* client, int64_t milliseconds)
172{

Callers 1

get_aliveMethod · 0.85

Calls 1

aliveMethod · 0.45

Tested by

no test coverage detected