Return true if a NPY file is currently open */
| 333 | } |
| 334 | /** Return true if a NPY file is currently open */ |
| 335 | bool is_open() |
| 336 | { |
| 337 | return _fs.is_open(); |
| 338 | } |
| 339 | |
| 340 | /** Return true if a NPY file is in fortran order */ |
| 341 | bool is_fortran() |
no outgoing calls
no test coverage detected