pub fn build_file_summary(
store: &AtlasStore,
file: &Path,
limit: usize,
) -> ServiceResult<FileSummaryReport>Expand description
Build structured file intelligence from the durable index.
ยงErrors
Returns an error when the file path is invalid, not indexed, or indexed metadata cannot be read.