MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / index

Method index

crates/environ/src/string_pool.rs:104–106  ·  view source on GitHub ↗
(&self, atom: Atom)

Source from the content-addressed store, hash-verified

102 #[inline]
103 #[track_caller]
104 fn index(&self, atom: Atom) -> &Self::Output {
105 self.get(atom).unwrap()
106 }
107}
108
109// For convenience, to avoid `*atom` noise at call sites.

Callers 3

containsMethod · 0.45
getMethod · 0.45
fmtMethod · 0.45

Calls 2

unwrapMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected