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

Method assign_int

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

Source from the content-addressed store, hash-verified

225 }
226
227 pub fn assign_int(&mut self, var: Rc<Path>, n: Integer) {
228 self.assign_interval(var, singleton(n));
229 }
230
231 pub fn assign_var(&mut self, var: Rc<Path>, rvalue: Rc<Path>) {
232 let itv = self.var2itv(&rvalue);

Callers 1

update_value_atMethod · 0.80

Calls 2

singletonFunction · 0.85
assign_intervalMethod · 0.80

Tested by

no test coverage detected