MCPcopy 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

111impl core::borrow::Borrow<Wtf8> for CachedPyStrRef {
112 #[inline]
113 fn borrow(&self) -> &Wtf8 {
114 self.as_wtf8()
115 }
116}
117
118impl AsRef<Wtf8> for CachedPyStrRef {

Callers 1

trigger_signalsFunction · 0.45

Calls 1

as_wtf8Method · 0.45

Tested by

no test coverage detected