MCPcopy Index your code
hub / github.com/RustPython/RustPython / as_ref

Method as_ref

crates/wtf8/src/lib.rs:629–631  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

627
628impl AsRef<Wtf8> for Wtf8Buf {
629 fn as_ref(&self) -> &Wtf8 {
630 self
631 }
632}
633
634impl From<String> for Wtf8Buf {

Callers 8

joinMethod · 0.45
extendMethod · 0.45
from_iterMethod · 0.45
newMethod · 0.45
ends_withMethod · 0.45
starts_withMethod · 0.45
strip_prefixMethod · 0.45
strip_suffixMethod · 0.45

Calls 1

as_bytesMethod · 0.45

Tested by

no test coverage detected