Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ as_wtf8
Method
as_wtf8
crates/vm/src/intern.rs:134–136 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
132
133
#[inline]
134
fn as_wtf8(&self) -> &Wtf8 {
135
self.inner.as_wtf8()
136
}
137
}
138
139
#[repr(transparent)]
Callers
5
hash
Method · 0.45
eq
Method · 0.45
borrow
Method · 0.45
as_ref
Method · 0.45
as_interned_str
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected