MCPcopy 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

118impl AsRef<Wtf8> for CachedPyStrRef {
119 #[inline]
120 fn as_ref(&self) -> &Wtf8 {
121 self.as_wtf8()
122 }
123}
124
125impl CachedPyStrRef {

Callers 3

internMethod · 0.45
missMethod · 0.45
internedMethod · 0.45

Calls 1

as_wtf8Method · 0.45

Tested by

no test coverage detected