| 132 | } |
| 133 | |
| 134 | std::vector<std::string> ResourceMgr::get_node_list() const |
| 135 | { |
| 136 | return pipeline_res_.get_node_list(); |
| 137 | } |
| 138 | |
| 139 | std::vector<std::string> ResourceMgr::get_custom_recognition_list() const |
| 140 | { |
nothing calls this directly
no outgoing calls
no test coverage detected