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

Function MaaTaskerCreate

source/MaaFramework/API/MaaFramework.cpp:350–355  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

348}
349
350MaaTasker* MaaTaskerCreate()
351{
352 LogFunc;
353
354 return new MAA_NS::Tasker;
355}
356
357void MaaTaskerDestroy(MaaTasker* tasker)
358{

Callers 8

mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
ctorMethod · 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