Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QMHTMY/RustBook
/ is_empty
Method
is_empty
publication/code/chapter09/bfs.rs:39–41 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
37
}
38
39
fn is_empty(&self) -> bool {
40
self.first.is_none()
41
}
42
43
fn get_first(&self) -> Link {
44
self.first.clone()
Callers
1
insert
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected