Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
}
85
impl AsRef<CStr> for CStrPathLike {
86
fn as_ref(&self) -> &CStr {
87
&self.s
88
}
89
}
90
91
#[derive(Default)]
Callers
15
path_from_cstr
Function · 0.45
openssl.rs
File · 0.45
_msg_callback
Function · 0.45
load_cert_chain
Method · 0.45
owner
Method · 0.45
get_channel_binding
Method · 0.45
sock_opt
Method · 0.45
sock_op_timeout_err
Method · 0.45
sendall
Method · 0.45
fileno
Method · 0.45
get_addr_tuple
Function · 0.45
cstr_opt_as_ptr
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected