Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PerroEngine/Perro
/ normalize_user_app_name
Function
normalize_user_app_name
perro_source/io_stack/perro_io/src/asset_io.rs:212–214 ·
view source on GitHub ↗
(name: &str)
Source
from the content-addressed store, hash-verified
210
let archive = DLC_ARCHIVES
211
.read()
212
.expect(
"required value must be present"
)
213
.get(&key)
214
.cloned();
215
if let Some(archive) = archive {
216
archive.read_file(virtual_path)
217
} else {
Callers
1
user_app_name
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected