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

Method get

src/analysis/memory/nullness_domain.rs:21–23  ·  view source on GitHub ↗
(&self, path: &Rc<Path>)

Source from the content-addressed store, hash-verified

19 }
20
21 pub fn get(&self, path: &Rc<Path>) -> Option<PointerNullness> {
22 self.value_map.get(path).copied()
23 }
24
25 pub fn contains(&self, path: &Rc<Path>) -> bool {
26 self.value_map.contains_key(path)

Callers 4

duplicateMethod · 0.45
joinMethod · 0.45
meetMethod · 0.45
leqMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected