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