Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QMHTMY/RustBook
/ is_empty
Method
is_empty
code/chapter03/queue.rs:37–39 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
35
}
36
37
fn is_empty(&self) -> bool {
38
0 == self.size()
39
}
40
41
fn size(&self) -> usize {
42
self.data.len()
Callers
nothing calls this directly
Calls
1
size
Method · 0.45
Tested by
no test coverage detected