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

Method assign_interval

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

Source from the content-addressed store, hash-verified

234 }
235
236 pub fn assign_interval(&mut self, var: Rc<Path>, itv: Interval) {
237 self.set_interval(&var, itv);
238 }
239
240 pub fn narrowing_with(&self, rhs: &Self) -> Self {
241 self.meet(rhs)

Callers 3

assign_intMethod · 0.80
assign_varMethod · 0.80

Calls 1

set_intervalMethod · 0.80

Tested by

no test coverage detected