Skip to main content

export_markdown

Function export_markdown 

Source
pub fn export_markdown(
    db: &dyn ExportStore,
    file_pattern: Option<&str>,
    token_budget: Option<i64>,
) -> Result<String, DbError>