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

Function MaaTaskerInited

source/Common/MaaTasker.cpp:116–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116MaaBool MaaTaskerInited(const MaaTasker* tasker)
117{
118 if (!tasker) {
119 LogError << "handle is null";
120 return false;
121 }
122
123 return tasker->inited();
124}
125
126MaaTaskId MaaTaskerPostTask(MaaTasker* tasker, const char* entry, const char* pipeline_override)
127{

Callers 5

mainFunction · 0.85
mainFunction · 0.85
get_initedMethod · 0.85
runMaaTestFunction · 0.85
pipeline_smokingFunction · 0.85

Calls 1

initedMethod · 0.45

Tested by

no test coverage detected