Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Ainevsia/Leetcode-Rust
/ get_min
Method
get_min
155. Min Stack/src/main.rs:43–45 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
41
}
42
43
fn get_min(&self) -> i32 {
44
self.ms.last().copied().unwrap()
45
}
46
}
47
48
#[cfg(test)]
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected