Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StudyRust/leetcode_rust
/ empty
Method
empty
225-implement-stack-using-queues.rs:27–29 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
25
}
26
27
fn empty(&self) -> bool {
28
self.stack_box.len() == 0
29
}
30
}
31
32
fn main() {
Callers
1
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected