mirror of
https://github.com/flatpak/flatpak.git
synced 2026-05-02 13:05:57 -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.