ostreedev / ostree-rs-ext

Rust library with higher level APIs on top of the core ostree API
Apache License 2.0
74 stars 24 forks source link

lib: Remove `is_layered` #575

Closed cgwalters closed 8 months ago

cgwalters commented 8 months ago

In the container flow we always create a merge commit nowadays, and we generally always expect multiple layers.

The is_layered here used to be meaningful when it counted non-ostree layers, but nowadays it's always true.