Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
208
cv::Mat ControllerAgent::cached_image() const
209
{
210
std::unique_lock lock(image_mutex_);
211
return image_.clone();
212
}
213
214
std::string ControllerAgent::cached_shell_output() const
215
{
Callers
4
save_on_error
Method · 0.45
get_target_rect
Method · 0.45
screencap
Method · 0.45
command
Method · 0.45
Calls
1
clone
Method · 0.45
Tested by
no test coverage detected