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

Method is_top

src/analysis/abstract_domain.rs:55–57  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

53 }
54
55 pub fn is_top(&self) -> bool {
56 self.numerical_domain.is_top() && self.nullness_domain.is_empty()
57 }
58
59 pub fn leq(&self, other: &Self) -> bool {
60 self.numerical_domain.leq(&other.numerical_domain)

Callers 2

is_emptyMethod · 0.45
update_value_atMethod · 0.45

Calls 1

is_emptyMethod · 0.45

Tested by

no test coverage detected