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

Function list

perro_source/api_modules/perro_modules/src/zip.rs:9–12  ·  view source on GitHub ↗
(path: P)

Source from the content-addressed store, hash-verified

7use perro_resource_api::ResPathSource;
8
9pub use perro_io::ZipLimits;
10
11pub fn list<P: ResPathSource>(path: P) -> io::Result<Vec<String>> {
12 let path = readable_disk_path(path.as_res_path_str())?;
13 perro_io::list_zip_file(path)
14}
15

Callers

nothing calls this directly

Calls 3

readable_disk_pathFunction · 0.85
list_zip_fileFunction · 0.85
as_res_path_strMethod · 0.80

Tested by

no test coverage detected