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

Function read_entry

perro_source/api_modules/perro_modules/src/zip.rs:14–17  ·  view source on GitHub ↗
(path: P, name: &str)

Source from the content-addressed store, hash-verified

12 let path = readable_disk_path(path.as_res_path_str())?;
13 perro_io::list_zip_file(path)
14}
15
16pub fn list_with_limits<P: ResPathSource>(path: P, limits: ZipLimits) -> io::Result<Vec<String>> {
17 let path = readable_disk_path(path.as_res_path_str())?;
18 perro_io::list_zip_file_with_limits(path, limits)
19}
20

Callers

nothing calls this directly

Calls 3

readable_disk_pathFunction · 0.85
read_zip_file_entryFunction · 0.85
as_res_path_strMethod · 0.80

Tested by

no test coverage detected