pub fn scan(root: &Path, opts: &FindOptions) -> Result<Scan>Expand description
Walk root and extract every definition. Never stale: reads the files as they are now.
pub fn scan(root: &Path, opts: &FindOptions) -> Result<Scan>Walk root and extract every definition. Never stale: reads the files as they are now.