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

Method get_node_list

source/MaaFramework/Resource/ResourceMgr.cpp:134–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134std::vector<std::string> ResourceMgr::get_node_list() const
135{
136 return pipeline_res_.get_node_list();
137}
138
139std::vector<std::string> ResourceMgr::get_custom_recognition_list() const
140{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected