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

Method get_info

source/MaaDbgControlUnit/DbgController.cpp:184–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182}
183
184json::object DbgController::get_info() const
185{
186 json::object info;
187 info["type"] = "dbg";
188 info["path"] = MAA_NS::path_to_utf8_string(path_);
189 info["image_count"] = static_cast<int64_t>(image_paths_.size());
190 info["image_index"] = static_cast<int64_t>(image_index_);
191 return info;
192}
193
194MAA_CTRL_UNIT_NS_END

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected