MCPcopy Create free account
hub / github.com/QMHTMY/RustBook / get_first

Method get_first

code/chapter08/dfs.rs:40–42  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

38 }
39
40 fn get_first(&self) -> Link {
41 self.first.clone()
42 }
43
44 fn print_node(&self) {
45 let mut curr = self.first.clone();

Callers 1

dfsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected