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

Class Owned

crates/common/src/crt_fd.rs:122–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120
121#[repr(transparent)]
122pub struct Owned {
123 inner: OwnedInner,
124}
125
126impl fmt::Debug for Owned {
127 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {

Callers 15

slot_reprMethod · 0.85
decodeMethod · 0.85
resizeFunction · 0.85
as_bufferMethod · 0.85
as_bufferMethod · 0.85
from_stg_infoMethod · 0.85
from_bytesMethod · 0.85
from_base_with_dataMethod · 0.85
from_paramMethod · 0.85
valueMethod · 0.85
set_valueMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected