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

Method is_empty

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

Source from the content-addressed store, hash-verified

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

Callers 2

insertMethod · 0.45
dfsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected