MCPcopy Create free account
hub / github.com/PerroEngine/Perro / user_storage_key

Function user_storage_key

perro_source/io_stack/perro_io/src/asset_io.rs:228–230  ·  view source on GitHub ↗
(app_name: &str, relative_path: &str)

Source from the content-addressed store, hash-verified

226 validate_dlc_name(name)?;
227 let root = root.as_ref().to_path_buf();
228 if !root.exists() {
229 return Err(io::Error::new(
230 io::ErrorKind::NotFound,
231 format!("dlc disk root not found: {}", root.display()),
232 ));
233 }

Callers 1

resolve_pathFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected