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_domain.rs:138–140 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
136
}
137
138
fn is_top(&self) -> bool {
139
!self.bottom && self.intervals.is_empty()
140
}
141
142
fn set_to_top(&mut self) {
143
self.bottom = false;
Callers
5
leq
Method · 0.45
join
Method · 0.45
meet
Method · 0.45
set_interval
Method · 0.45
interval_leq
Function · 0.45
Calls
1
is_empty
Method · 0.45
Tested by
no test coverage detected