Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
350
MaaTasker* MaaTaskerCreate()
351
{
352
LogFunc;
353
354
return new MAA_NS::Tasker;
355
}
356
357
void MaaTaskerDestroy(MaaTasker* tasker)
358
{
Callers
8
main
Function · 0.50
main
Function · 0.50
main
Function · 0.50
ctor
Method · 0.50
run
Method · 0.50
runMaaTest
Function · 0.50
pipeline_smoking
Function · 0.50
run_without_file
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected