MCPcopy Create free account
hub / github.com/bendudson/EuraliOS / get_env

Function get_env

euralios_std/src/lib.rs:56–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54}
55
56pub fn get_env() -> &'static [u8] {
57 return unsafe{ ENV_SLICE };
58}
59
60#[no_mangle]
61pub unsafe extern "sysv64" fn _start() -> ! {

Callers 1

as_strFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected