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

Method forget

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

Source from the content-addressed store, hash-verified

31 }
32
33 pub fn forget(&mut self, path: &Rc<Path>) {
34 self.value_map.remove(path);
35 }
36
37 pub fn rename(&mut self, old_path: &Rc<Path>, new_path: &Rc<Path>) {
38 if let Some(value) = self.value_map.remove(old_path) {

Callers 4

removeMethod · 0.45
update_nullness_atMethod · 0.45
update_value_atMethod · 0.45
visit_binary_opMethod · 0.45

Calls 1

removeMethod · 0.80

Tested by

no test coverage detected