BlueBrain / HighFive

HighFive - Header-only C++ HDF5 interface
https://bluebrain.github.io/HighFive/
Boost Software License 1.0
673 stars 159 forks source link

Add private DataSpace (named) ctor `fromId`. #1030

Closed 1uc closed 1 month ago

1uc commented 1 month ago

Certain HDF5 API creates data spaces, in order to use this API, we need to be able to create HighFive::DataSpace from an HID.

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 86.78%. Comparing base (8bb1ed8) to head (40d2159).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1030 +/- ## ======================================= Coverage 86.78% 86.78% ======================================= Files 101 101 Lines 5964 5964 ======================================= Hits 5176 5176 Misses 788 788 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.