MCPcopy Create free account
hub / github.com/MagmaWM/MagmaWM / new

Method new

src/utils/binarytree.rs:47–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45
46impl BinaryTree {
47 pub fn new() -> Self {
48 BinaryTree::Empty
49 }
50
51 pub fn insert(
52 &mut self,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected