| 245 | } |
| 246 | |
| 247 | void CactusGraph::capture_debug_node(uint32_t layer_idx, const std::string& name, size_t node_id) { |
| 248 | register_debug_node(layer_idx, name, node_id); |
| 249 | } |
| 250 | |
| 251 | const std::vector<CactusGraph::DebugNodeEntry>& CactusGraph::get_debug_nodes() const { |
| 252 | return debug_nodes_; |
nothing calls this directly
no outgoing calls
no test coverage detected