Function sway_utils::helpers::find_parent_manifest_dir_with_check
source ยท pub fn find_parent_manifest_dir_with_check<T: AsRef<Path>, F>(
starter_path: T,
f: F,
) -> Option<PathBuf>
Expand description
Continually go up in the file tree until a Forc manifest file is found and given predicate returns true.