[][src]Function mdbook_linkcheck::load_files_into_memory

pub fn load_files_into_memory<F>(
    book: &Book,
    dest: &mut Files<String>,
    filter: F
) -> Vec<FileId> where
    F: Fn(&Path) -> bool

A helper for reading the chapters of a Book into memory, filtering out files using the given filter.