Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ as_ref
Method
as_ref
crates/vm/src/intern.rs:120–122 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
118
impl AsRef<Wtf8> for CachedPyStrRef {
119
#[inline]
120
fn as_ref(&self) -> &Wtf8 {
121
self.as_wtf8()
122
}
123
}
124
125
impl CachedPyStrRef {
Callers
3
intern
Method · 0.45
miss
Method · 0.45
interned
Method · 0.45
Calls
1
as_wtf8
Method · 0.45
Tested by
no test coverage detected