MCPcopy Create free account
hub / github.com/Rust-API/Rust-API-Bypass-Checker / is_bottom

Method is_bottom

src/analysis/numerical/interval.rs:230–232  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

228 }
229
230 pub fn is_bottom(&self) -> bool {
231 self.high < self.low
232 }
233
234 pub fn less_than(&self, other: &Interval) -> Option<bool> {
235 if self.is_bottom() || self.is_top() || other.is_bottom() || other.is_top() {

Callers 11

fromMethod · 0.45
fmtMethod · 0.45
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