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

Function MaaResourceDestroy

source/MaaFramework/API/MaaFramework.cpp:338–348  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

336}
337
338void MaaResourceDestroy(MaaResource* res)
339{
340 LogFunc << VAR_VOIDP(res);
341
342 if (res == nullptr) {
343 LogError << "handle is null";
344 return;
345 }
346
347 delete res;
348}
349
350MaaTasker* MaaTaskerCreate()
351{

Callers 8

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

Calls

no outgoing calls

Tested by

no test coverage detected