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

Method get_info

source/MaaAdbControlUnit/Manager/AdbControlUnitMgr.cpp:365–376  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

363}
364
365json::object AdbControlUnitMgr::get_info() const
366{
367 json::object info;
368 info["type"] = "adb";
369 info["adb_path"] = path_to_utf8_string(adb_path_);
370 info["adb_serial"] = adb_serial_;
371 info["screencap_methods"] = static_cast<int64_t>(screencap_methods_);
372 info["input_methods"] = static_cast<int64_t>(input_methods_);
373 info["agent_path"] = path_to_utf8_string(agent_path_);
374 info["config"] = config_;
375 return info;
376}
377
378MAA_CTRL_UNIT_NS_END

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected