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

Method get_node_list

source/MaaFramework/Resource/PipelineResMgr.cpp:132–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132std::vector<std::string> PipelineResMgr::get_node_list() const
133{
134 auto k = pipeline_data_map_ | std::views::keys;
135 return std::vector(k.begin(), k.end());
136}
137
138bool PipelineResMgr::parse_and_override(
139 const json::value& input,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected