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

Method forget

src/analysis/numerical/interval_domain.rs:351–353  ·  view source on GitHub ↗
(&mut self, var: &Rc<Path>)

Source from the content-addressed store, hash-verified

349 }
350
351 pub fn forget(&mut self, var: &Rc<Path>) {
352 self.intervals.remove(var);
353 }
354
355 pub fn add_constraints(&mut self, conds: LinearConstraintSystem) {
356 if self.is_bottom() {

Callers 1

renameMethod · 0.45

Calls 1

removeMethod · 0.80

Tested by

no test coverage detected