Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rust-API/Rust-API-Bypass-Checker
/ contains_key
Method
contains_key
src/analysis/global_context.rs:29–31 ·
view source on GitHub ↗
(&self, def_id: &DefId)
Source
from the content-addressed store, hash-verified
27
}
28
29
pub fn contains_key(&self, def_id: &DefId) -> bool {
30
self.value.contains_key(def_id)
31
}
32
}
33
34
impl<
'tcx> Default for WtoCache<'
tcx> {
Callers
4
contains
Method · 0.80
visit_place
Method · 0.80
leq
Method · 0.80
contains
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected