OPENDAP / libdap4

A new version of libdap that contains both DAP2 and DAP4 support
GNU Lesser General Public License v2.1
13 stars 14 forks source link

Refactor sizes #207

Closed jgallagher59701 closed 2 years ago

jgallagher59701 commented 2 years ago

It's time to merge this. The new functionality is an new API. Handlers only see this when they change how they ask libdap about the sizes of things. The new API is used by DMR::response_size_kb() and DDS::get_response_size_kb() but not by the older DMR::response_size() and DDS::get_response_size(). None of the previously existing functions have new return types or parameters.

sonarcloud[bot] commented 2 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 16 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication