additional bytes for version 2.0 and higher headers
| 312 | |
| 313 | /// additional bytes for version 2.0 and higher headers |
| 314 | struct NumpyHeaderV2 { |
| 315 | unsigned char headerLength2; |
| 316 | unsigned char headerLength3; |
| 317 | }; |
| 318 | |
| 319 | static const auto* numpy_magic = "\x93NUMPY"; |
| 320 |
nothing calls this directly
no outgoing calls
no test coverage detected