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

Method clear_cache

source/MaaAgentServer/RemoteInstance/RemoteTasker.cpp:199–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197}
198
199void RemoteTasker::clear_cache()
200{
201 TaskerClearCacheReverseRequest req {
202 .tasker_id = tasker_id_,
203 };
204 server_.send_and_recv<TaskerClearCacheReverseResponse>(req);
205}
206
207bool RemoteTasker::override_pipeline(MaaTaskId task_id, const json::value& pipeline_override)
208{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected