Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
contains
Method · 0.45
get
Method · 0.45
fmt
Method · 0.45
Calls
2
unwrap
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected