! ZSTD_getErrorString() : * provides error code string from enum */
| 47 | /*! ZSTD_getErrorString() : |
| 48 | * provides error code string from enum */ |
| 49 | const char* ZSTD_getErrorString(ZSTD_ErrorCode code) { return ERR_getErrorString(code); } |
| 50 | |
| 51 | |
| 52 |
nothing calls this directly
no test coverage detected