mirror of
https://github.com/flatpak/flatpak.git
synced 2026-03-12 20:20:05 -04: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.