pub fn walk_files(ctx: &GateCtx) -> Vec<Utf8PathBuf>Expand description
Walk the repository, pruning PRUNED_DIRS, and yield every file as a
./-prefixed repository-relative path in sorted order.
pub fn walk_files(ctx: &GateCtx) -> Vec<Utf8PathBuf>Walk the repository, pruning PRUNED_DIRS, and yield every file as a
./-prefixed repository-relative path in sorted order.