mirror of
https://github.com/flatpak/flatpak.git
synced 2026-01-21 14:18:17 -05:00
It turns out the underlying call ostree_repo_query_object_storage_size doesn't work for staged objects, so we work around this by actually loading the object, walking back to the original unix input stream and fstat:ing the fd from that.