MCPcopy Create free account
hub / github.com/dylan-sutton-chavez/edge-python / src_ptr

Function src_ptr

compiler/src/main/exports.rs:25–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23
24#[unsafe(no_mangle)]
25pub unsafe extern "C" fn src_ptr() -> *mut u8 {
26 with_runtime(|rt| rt.src.as_mut_ptr())
27}
28
29#[unsafe(no_mangle)]
30pub unsafe extern "C" fn out_ptr() -> *const u8 {

Callers

nothing calls this directly

Calls 1

with_runtimeFunction · 0.85

Tested by

no test coverage detected