Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
duplicate
Method · 0.45
join
Method · 0.45
meet
Method · 0.45
leq
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected