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

Function walk_dir

perro_source/io_stack/perro_io/src/walkdir.rs:4–19  ·  view source on GitHub ↗

Visits all files in a directory tree, calling the provided callback for each file.

(dir: &Path, callback: &mut F)

Source from the content-addressed store, hash-verified

2
3pub use perro_assets::walkdir::{
4 CompiledPathPattern, PathExclusionGuard, collect_file_paths, collect_files,
5 is_relative_path_excluded, matches_path_pattern, push_path_exclusions, split_path_segments,
6 walk_dir,
7};

Callers 7

collect_filesFunction · 0.70
collect_file_pathsFunction · 0.70
scan_res_pathsFunction · 0.50
sync_scripts_from_sourceFunction · 0.50
compile_dlc_bundleFunction · 0.50

Calls 2

read_dirFunction · 0.85
pathMethod · 0.45

Tested by

no test coverage detected