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

Function MaaTaskerCreate

source/MaaAgentServer/API/MaaAgentServerNotImpl.cpp:93–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93MaaTasker* MaaTaskerCreate()
94{
95 LogError << "MaaAgentServer Not implement this API, Please use MaaFramework";
96 return nullptr;
97}
98
99void MaaTaskerDestroy(MaaTasker*)
100{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected