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

Function MaaTaskerClearCache

source/Common/MaaTasker.cpp:299–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

297}
298
299MaaBool MaaTaskerClearCache(MaaTasker* tasker)
300{
301 LogFunc << VAR_VOIDP(tasker);
302
303 if (!tasker) {
304 LogError << "handle is null";
305 return false;
306 }
307
308 tasker->clear_cache();
309 return true;
310}
311
312MaaBool MaaTaskerOverridePipeline(MaaTasker* tasker, MaaTaskId task_id, const char* pipeline_override)
313{

Callers 1

clear_cacheMethod · 0.85

Calls 1

clear_cacheMethod · 0.45

Tested by

no test coverage detected