Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
56
pub fn get_env() -> &'static [u8] {
57
return unsafe{ ENV_SLICE };
58
}
59
60
#[no_mangle]
61
pub unsafe extern
"sysv64"
fn _start() -> ! {
Callers
1
as_str
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected