Function uvls::core::cache::find_root_files

source ยท
fn find_root_files<'a>(
    fs: &FileSystem,
    files: &'a HashMap<FileID, Arc<AstDocument>>,
) -> impl Iterator<Item = FileID> + 'a
Expand description

A file that is not imported by any other is root file