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

Method clear_debug_nodes

cactus/engine/engine_model.cpp:829–835  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

827}
828
829void Model::clear_debug_nodes() {
830 auto* graph = static_cast<CactusGraph*>(graph_handle_);
831 if (!graph) {
832 return;
833 }
834 graph->clear_debug_nodes();
835}
836
837const std::vector<Model::DebugNode>& Model::get_debug_nodes() const {
838 auto* graph = static_cast<CactusGraph*>(graph_handle_);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected