Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rust-API/Rust-API-Bypass-Checker
/ is_top
Method
is_top
src/analysis/numerical/interval.rs:226–228 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
224
}
225
226
pub fn is_top(&self) -> bool {
227
self.high == Self::INF && self.low == Self::NINF
228
}
229
230
pub fn is_bottom(&self) -> bool {
231
self.high < self.low
Callers
9
less_than
Method · 0.45
less_equal
Method · 0.45
greater_equal
Method · 0.45
greater_than
Method · 0.45
bitand
Method · 0.45
bitor
Method · 0.45
bitxor
Method · 0.45
shl
Method · 0.45
shr
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected