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

Class Borrowed

crates/common/src/crt_fd.rs:136–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134#[derive(Copy, Clone)]
135#[repr(transparent)]
136pub struct Borrowed<'fd> {
137 inner: BorrowedInner<'fd>,
138}
139
140impl<'fd> PartialEq for Borrowed<'fd> {
141 fn eq(&self, other: &Self) -> bool {

Callers 12

slot_reprMethod · 0.85
simpleMethod · 0.85
decodeMethod · 0.85
as_bufferMethod · 0.85
at_addressMethod · 0.85
from_base_objMethod · 0.85
from_buffer_sharedMethod · 0.85
valueMethod · 0.85
as_bufferMethod · 0.85
as_bufferMethod · 0.85
fsencodeMethod · 0.85
to_string_lossyMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected