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

Method is_empty

publication/code/chapter09/dfs.rs:38–40  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

36 }
37
38 fn is_empty(&self) -> bool {
39 self.first.is_none()
40 }
41
42 fn get_first(&self) -> Link {
43 self.first.clone()

Callers 2

insertMethod · 0.45
dfsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected