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

Function MaaControllerDestroy

source/MaaFramework/API/MaaFramework.cpp:319–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

317}
318
319void MaaControllerDestroy(MaaController* ctrl)
320{
321 LogFunc << VAR_VOIDP(ctrl);
322
323 if (ctrl == nullptr) {
324 LogError << "handle is null";
325 return;
326 }
327
328 delete ctrl;
329}
330
331MaaResource* MaaResourceCreate()
332{

Callers 9

mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
destroyMethod · 0.50
runMethod · 0.50
mainFunction · 0.50
runMaaTestFunction · 0.50
pipeline_smokingFunction · 0.50
run_without_fileFunction · 0.50

Calls

no outgoing calls

Tested by 1

mainFunction · 0.40