MCPcopy 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

hashMethod · 0.45
eqMethod · 0.45
borrowMethod · 0.45
as_refMethod · 0.45
as_interned_strMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected