---------------------------------------------------------------------------- * Check existence of array defined by pathName relative to fileId. */
| 44 | * Check existence of array defined by pathName relative to fileId. |
| 45 | */ |
| 46 | bool ArrayExists(hid_t fileId, const char* pathName) |
| 47 | { |
| 48 | return (H5Lexists(fileId, pathName, H5P_DEFAULT) > 0); |
| 49 | } |
| 50 | |
| 51 | //---------------------------------------------------------------------------- |
| 52 | /** |
no outgoing calls
no test coverage detected