Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ to_owned
Method
to_owned
crates/wtf8/src/lib.rs:670–672 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
668
type Owned = Wtf8Buf;
669
670
fn to_owned(&self) -> Self::Owned {
671
self.to_wtf8_buf()
672
}
673
674
fn clone_into(&self, buf: &mut Self::Owned) {
675
self.bytes.clone_into(&mut buf.bytes);
Callers
6
js_error
Function · 0.45
run
Method · 0.45
js_err_to_py_err
Function · 0.45
make_stdout_object
Function · 0.45
from
Method · 0.45
join
Method · 0.45
Calls
1
to_wtf8_buf
Method · 0.80
Tested by
no test coverage detected