MCPcopy Create free account
hub / github.com/Rust-GPU/rust-gpu / get

Method get

crates/rustc_codegen_spirv/src/linker/specializer.rs:984–986  ·  view source on GitHub ↗
(&self, i: usize)

Source from the content-addressed store, hash-verified

982
983impl<A: smallvec::Array> SmallIntMap<A> {
984 fn get(&self, i: usize) -> Option<&A::Item> {
985 self.0.get(i)
986 }
987
988 fn get_mut_or_default(&mut self, i: usize) -> &mut A::Item
989 where

Callers 15

insert_phis_allFunction · 0.45
collect_access_chainsFunction · 0.45
split_copy_memoryFunction · 0.45
renameMethod · 0.45
collectMethod · 0.45
apply_rewrite_rulesFunction · 0.45
get_nameFunction · 0.45
destructure_compositesFunction · 0.45
callsFunction · 0.45
should_inlineFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected