MCPcopy 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
34impl<'tcx> Default for WtoCache<'tcx> {

Callers 4

containsMethod · 0.80
visit_placeMethod · 0.80
leqMethod · 0.80
containsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected