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

Method as_ref

crates/stdlib/src/posixsubprocess.rs:86–88  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

84}
85impl AsRef<CStr> for CStrPathLike {
86 fn as_ref(&self) -> &CStr {
87 &self.s
88 }
89}
90
91#[derive(Default)]

Callers 15

path_from_cstrFunction · 0.45
openssl.rsFile · 0.45
_msg_callbackFunction · 0.45
load_cert_chainMethod · 0.45
ownerMethod · 0.45
get_channel_bindingMethod · 0.45
sock_optMethod · 0.45
sock_op_timeout_errMethod · 0.45
sendallMethod · 0.45
filenoMethod · 0.45
get_addr_tupleFunction · 0.45
cstr_opt_as_ptrFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected