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

Method CactusGraph

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

Source from the content-addressed store, hash-verified

235}
236
237CactusGraph::CactusGraph() : next_node_id_(1) {}
238
239size_t CactusGraph::get_node_count() const {
240 return nodes_.size();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected