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

Method is_empty

src/analysis/memory/nullness_domain.rs:17–19  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

15
16impl NullnessDomain {
17 pub fn is_empty(&self) -> bool {
18 self.value_map.is_empty()
19 }
20
21 pub fn get(&self, path: &Rc<Path>) -> Option<PointerNullness> {
22 self.value_map.get(path).copied()

Callers 12

get_path_for_placeMethod · 0.45
visit_aggregateMethod · 0.45
visit_const_valueMethod · 0.45
get_path_rustc_typeMethod · 0.45
get_rustc_place_typeMethod · 0.45
is_constantMethod · 0.45
fmtMethod · 0.45
is_falseMethod · 0.45
is_trueMethod · 0.45
is_topMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected