Skip to main content

download_github_image_attachments

Function download_github_image_attachments 

Source
pub fn download_github_image_attachments(
    canonical_text: &str,
    downloader: &dyn GithubImageDownloader,
) -> Vec<GithubImageAttachment>
Expand description

Download complete attachment candidates without changing canonical text. This function is capability-agnostic so tests can call it directly; callers with a missing or false vision capability must not invoke it.