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

Method get_features

source/MaaAdbControlUnit/Manager/AdbControlUnitMgr.cpp:103–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103MaaControllerFeature AdbControlUnitMgr::get_features() const
104{
105 if (!input_) {
106 return MaaControllerFeature_None;
107 }
108 return input_->get_features();
109}
110
111bool AdbControlUnitMgr::start_app(const std::string& intent)
112{

Callers

nothing calls this directly

Calls 1

get_featuresMethod · 0.65

Tested by

no test coverage detected