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

Method cached_image

source/MaaFramework/Controller/ControllerAgent.cpp:208–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206}
207
208cv::Mat ControllerAgent::cached_image() const
209{
210 std::unique_lock lock(image_mutex_);
211 return image_.clone();
212}
213
214std::string ControllerAgent::cached_shell_output() const
215{

Callers 4

save_on_errorMethod · 0.45
get_target_rectMethod · 0.45
screencapMethod · 0.45
commandMethod · 0.45

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected