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

Method get_info

source/MaaRecordControlUnit/RecordController.cpp:199–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197}
198
199json::object RecordController::get_info() const
200{
201 json::object info = inner_->get_info();
202 info["recording"] = true;
203 info["recording_path"] = MAA_NS::path_to_utf8_string(recording_path_);
204 return info;
205}
206
207bool RecordController::shell(const std::string& cmd, std::string& output, std::chrono::milliseconds timeout)
208{

Callers

nothing calls this directly

Calls 1

get_infoMethod · 0.65

Tested by

no test coverage detected