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

Method set

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

Source from the content-addressed store, hash-verified

27 }
28
29 pub fn set(&mut self, path: Rc<Path>, value: PointerNullness) {
30 self.value_map.insert(path, value);
31 }
32
33 pub fn forget(&mut self, path: &Rc<Path>) {
34 self.value_map.remove(path);

Callers 2

update_nullness_atMethod · 0.80
mainFunction · 0.80

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected