Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bendudson/EuraliOS
/ as_str
Function
as_str
euralios_std/src/env.rs:15–17 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
13
}
14
15
pub fn as_str() -> Result<&'static str, Utf8Error> {
16
from_utf8(get_env())
17
}
18
19
pub struct Vars {
20
envs: String,
Callers
2
vars
Function · 0.85
var
Function · 0.85
Calls
1
get_env
Function · 0.85
Tested by
no test coverage detected