MCPcopy 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

leqMethod · 0.45
joinMethod · 0.45
meetMethod · 0.45
set_intervalMethod · 0.45
interval_leqFunction · 0.45

Calls 1

is_emptyMethod · 0.45

Tested by

no test coverage detected