Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
1545
impl Clone for Box<Wtf8> {
1546
fn clone(&self) -> Self {
1547
(&**self).into()
1548
}
1549
}
1550
1551
impl Default for Box<Wtf8> {
Callers
15
try_from_object
Method · 0.45
into_js_value
Method · 0.45
new
Method · 0.45
value
Method · 0.45
as_js
Method · 0.45
cast
Method · 0.45
then
Method · 0.45
stored_vm_from_wasm
Function · 0.45
init
Method · 0.45
with_unchecked
Method · 0.45
destroy
Method · 0.45
inject_module
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected