pub(crate) fn estimated_source_tokens_for_indexed_files(
store: &AtlasStore,
folder: Option<&str>,
file_pattern: Option<&str>,
) -> Result<usize, CliError>Expand description
Estimate broad source tokens represented by indexed files with SQL aggregates.