Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ borrow
Method
borrow
crates/vm/src/intern.rs:113–115 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
111
impl core::borrow::Borrow<Wtf8> for CachedPyStrRef {
112
#[inline]
113
fn borrow(&self) -> &Wtf8 {
114
self.as_wtf8()
115
}
116
}
117
118
impl AsRef<Wtf8> for CachedPyStrRef {
Callers
1
trigger_signals
Function · 0.45
Calls
1
as_wtf8
Method · 0.45
Tested by
no test coverage detected