MCPcopy 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_thanMethod · 0.45
less_equalMethod · 0.45
greater_equalMethod · 0.45
greater_thanMethod · 0.45
bitandMethod · 0.45
bitorMethod · 0.45
bitxorMethod · 0.45
shlMethod · 0.45
shrMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected