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

Method init

source/MaaAdbControlUnit/EmulatorExtras/AVDExtras.cpp:48–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48bool AVDExtras::init()
49{
50 inited_ = start();
51 return inited_;
52}
53
54std::optional<cv::Mat> AVDExtras::screencap()
55{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected