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

Method contains

src/analysis/memory/nullness_domain.rs:25–27  ·  view source on GitHub ↗
(&self, path: &Rc<Path>)

Source from the content-addressed store, hash-verified

23 }
24
25 pub fn contains(&self, path: &Rc<Path>) -> bool {
26 self.value_map.contains_key(path)
27 }
28
29 pub fn set(&mut self, path: Rc<Path>, value: PointerNullness) {
30 self.value_map.insert(path, value);

Callers 11

newMethod · 0.45
run_analysisMethod · 0.45
value_atMethod · 0.45
collect_diagnosticsMethod · 0.45
contains_and_get_kindMethod · 0.45
run_checkerMethod · 0.45
get_exit_stateMethod · 0.45

Calls 1

contains_keyMethod · 0.80

Tested by

no test coverage detected