MCPcopy 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
126impl 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_iterMethod · 0.45
exec_innerFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected