pub(crate) fn ranked_file_nodes_with_reasons(
store: &AtlasStore,
query: &str,
folder: Option<&str>,
file_pattern: Option<&str>,
limit: usize,
include_content: bool,
) -> Result<Vec<RankedNode>, CliError>Expand description
Load ranked file nodes with concise reasons.