Skip to main content

project_kind_of

Function project_kind_of 

Source
pub fn project_kind_of(
    fs: &dyn FileSystemService,
    dir: &Path,
) -> Result<ProjectKind, FsError>
Expand description

Detect the project type of one directory without walking up.