Skip to main content

repository_get_download_disk_usage

Function repository_get_download_disk_usage 

Source
pub async fn repository_get_download_disk_usage(
    manager: State<'_, RepositoryManagerWrapper>,
    handle: String,
) -> Result<DownloadDiskUsage, String>
Expand description

On-disk usage of downloaded content (device total, per-item/container bytes).

TRACES: UR-056 | DR-085