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

Method remove

src/analysis/abstract_domain.rs:120–123  ·  view source on GitHub ↗
(&mut self, path: &Rc<Path>)

Source from the content-addressed store, hash-verified

118 }
119
120 pub fn remove(&mut self, path: &Rc<Path>) {
121 self.numerical_domain.forget(path);
122 self.nullness_domain.forget(path);
123 }
124
125 pub fn forget_paths_rooted_by(&mut self, root: &Rc<Path>) {
126 let to_remove: Vec<Rc<Path>> = self

Callers 11

forgetMethod · 0.80
renameMethod · 0.80
duplicateMethod · 0.80
visit_assignMethod · 0.80
transfer_and_refineMethod · 0.80
add_termMethod · 0.80
forgetMethod · 0.80
set_intervalMethod · 0.80
current_crateFunction · 0.80

Calls 1

forgetMethod · 0.45

Tested by

no test coverage detected