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

Method clone

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

Source from the content-addressed store, hash-verified

1544
1545impl Clone for Box<Wtf8> {
1546 fn clone(&self) -> Self {
1547 (&**self).into()
1548 }
1549}
1550
1551impl Default for Box<Wtf8> {

Callers 15

try_from_objectMethod · 0.45
into_js_valueMethod · 0.45
newMethod · 0.45
valueMethod · 0.45
as_jsMethod · 0.45
castMethod · 0.45
thenMethod · 0.45
stored_vm_from_wasmFunction · 0.45
initMethod · 0.45
with_uncheckedMethod · 0.45
destroyMethod · 0.45
inject_moduleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected