MCPcopy Create free account
hub / github.com/5ocworkshop/bgraph / default

Method default

src/classes/cls_multi_graph.rs:46–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44
45impl<'a> Default for MultiGraph<'a> {
46 fn default() -> Self {
47 Self::new()
48 }
49}
50
51impl<'a> MultiGraph<'a> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected