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

Method is_empty

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

Source from the content-addressed store, hash-verified

62 }
63
64 pub fn is_empty(&self) -> bool {
65 self.numerical_domain.is_top() && self.nullness_domain.is_empty()
66 }
67
68 pub fn default() -> Self {
69 Self {

Callers 5

newMethod · 0.45
is_topMethod · 0.45
fmtMethod · 0.45
get_arg_flag_valueFunction · 0.45

Calls 1

is_topMethod · 0.45

Tested by

no test coverage detected