MCPcopy Create free account
hub / github.com/cactus-compute/cactus / capture_debug_node

Method capture_debug_node

cactus/graph/graph_core.cpp:247–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

245}
246
247void 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
251const std::vector<CactusGraph::DebugNodeEntry>& CactusGraph::get_debug_nodes() const {
252 return debug_nodes_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected