indexed_file_texts_for_nodes_controlled

Function indexed_file_texts_for_nodes_controlled 

Source
fn indexed_file_texts_for_nodes_controlled(
    root: &Path,
    nodes: &[Node],
    options: TextIndexOptions,
    control: &IndexWorkControl,
) -> Result<Vec<TextIndexRow>, CliError>
Expand description

Build bounded UTF-8 text rows while observing cancellation between files.