MCPcopy Create free account
hub / github.com/douchuan/algorithm / reverse

Method reverse

src/graph/undirected/mod.rs:47–49  ·  view source on GitHub ↗

directed graph op

(&self)

Source from the content-addressed store, hash-verified

45
46 /// directed graph op
47 fn reverse(&self) -> Box<dyn IGraph> {
48 panic!("No Support");
49 }
50}

Callers

nothing calls this directly

Implementers 2

graph.rssrc/graph/undirected/graph.rs
digraph.rssrc/graph/directed/digraph.rs

Calls

no outgoing calls

Tested by

no test coverage detected