Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ as_ptr
Method
as_ptr
crates/stdlib/src/posixsubprocess.rs:127–129 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
125
126
impl CharPtrSlice<'_> {
127
const fn as_ptr(&self) -> *const *const libc::c_char {
128
self.slice.as_ptr()
129
}
130
}
131
132
#[derive(Copy, Clone)]
Callers
2
from_iter
Method · 0.45
exec_inner
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected