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

Method all_ones

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

Source from the content-addressed store, hash-verified

302 }
303
304 fn all_ones(&self) -> bool {
305 self.low == Bound::Int(Integer::from(-1)) && self.high == Bound::Int(Integer::from(-1))
306 }
307}
308
309impl TryFrom<Interval> for Integer {

Callers 2

bitandMethod · 0.80
bitorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected