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

Method clone_into

crates/wtf8/src/lib.rs:674–676  ·  view source on GitHub ↗
(&self, buf: &mut Self::Owned)

Source from the content-addressed store, hash-verified

672 }
673
674 fn clone_into(&self, buf: &mut Self::Owned) {
675 self.bytes.clone_into(&mut buf.bytes);
676 }
677}
678
679impl PartialEq<str> for Wtf8 {

Callers 2

nextMethod · 0.80
__qualname__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected