pub async fn get_git_usage(
configuration: &Configuration,
) -> Result<UsageView, Error<GetGitUsageError>>Expand description
Returns per-repo and total storage bytes for the caller’s org — the queryable, per-tenant number commerce and o11y meter on. It spans EVERY project sub-scope, unlike the repo list, so a billing consumer sees the whole tenant footprint in one call. Sizes are last-measured values (create, push, mirror and gc each re-measure), not a live walk of the disk.