MCPcopy Create free account
hub / github.com/Recordscript/recordscript / get_recursive_files

Function get_recursive_files

libs/hbb_common/src/fs.rs:184–186  ·  view source on GitHub ↗
(path: &str, include_hidden: bool)

Source from the content-addressed store, hash-verified

182}
183
184pub fn get_recursive_files(path: &str, include_hidden: bool) -> ResultType<Vec<FileEntry>> {
185 read_dir_recursive(&get_path(path), &get_path(""), include_hidden)
186}
187
188#[inline]
189pub fn is_file_exists(file_path: &str) -> bool {

Callers 1

new_readMethod · 0.85

Calls 2

read_dir_recursiveFunction · 0.85
get_pathFunction · 0.85

Tested by

no test coverage detected