See https://numpy.org/doc/stable/reference/generated/numpy.lib.format.html
| 303 | |
| 304 | /// See https://numpy.org/doc/stable/reference/generated/numpy.lib.format.html |
| 305 | struct NumpyHeader { |
| 306 | char magic[6]; |
| 307 | unsigned char major; |
| 308 | unsigned char minor; |
| 309 | unsigned char headerLength0; |
| 310 | unsigned char headerLength1; |
| 311 | }; |
| 312 | |
| 313 | /// additional bytes for version 2.0 and higher headers |
| 314 | struct NumpyHeaderV2 { |
nothing calls this directly
no outgoing calls
no test coverage detected