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

Function MaaTaskerDestroy

source/MaaFramework/API/MaaFramework.cpp:357–367  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

355}
356
357void MaaTaskerDestroy(MaaTasker* tasker)
358{
359 LogFunc << VAR_VOIDP(tasker);
360
361 if (tasker == nullptr) {
362 LogError << "handle is null";
363 return;
364 }
365
366 delete tasker;
367}
368
369MaaBool MaaGlobalSetOption(MaaGlobalOption key, MaaOptionValue value, MaaOptionValueSize val_size)
370{

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