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

Method parse

source/MaaAdbControlUnit/Manager/InputAgent.cpp:94–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94bool InputAgent::parse(const json::value& config)
95{
96 bool ret = false;
97 for (auto& unit : units_ | std::views::values) {
98 ret |= unit->parse(config);
99 }
100 return ret;
101}
102
103bool InputAgent::init()
104{

Callers 2

connectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected