| 130 | } |
| 131 | |
| 132 | std::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 | |
| 138 | bool PipelineResMgr::parse_and_override( |
| 139 | const json::value& input, |
nothing calls this directly
no outgoing calls
no test coverage detected