MCPcopy Index your code
hub / github.com/Rust-API/Rust-API-Bypass-Checker / is_bottom

Method is_bottom

src/analysis/abstract_domain.rs:51–53  ·  view source on GitHub ↗

A bottom domain means the basic block is unreachable

(&self)

Source from the content-addressed store, hash-verified

49{
50 // A bottom domain means the basic block is unreachable
51 pub fn is_bottom(&self) -> bool {
52 self.numerical_domain.is_bottom()
53 }
54
55 pub fn is_top(&self) -> bool {
56 self.numerical_domain.is_top() && self.nullness_domain.is_empty()

Callers 1

update_value_atMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected