Skip to main content

extract_markdown_facts_controlled

Function extract_markdown_facts_controlled 

Source
pub fn extract_markdown_facts_controlled(
    content: &str,
    control: &IndexWorkControl,
) -> Result<MarkdownFacts, IndexWorkFailure>
Expand description

Extract Markdown facts while observing the shared indexing cancellation boundary.

ยงErrors

Returns a typed cancellation or deadline failure without returning partial work.