MCPcopy Create free account
hub / github.com/BinomialLLC/basis_universal / ZSTD_getErrorCode

Function ZSTD_getErrorCode

zstd/zstddeclib.c:15004–15004  ·  view source on GitHub ↗

! ZSTD_getError() : * convert a `size_t` function result into a proper ZSTD_errorCode enum */

Source from the content-addressed store, hash-verified

15002/*! ZSTD_getError() :
15003 * convert a `size_t` function result into a proper ZSTD_errorCode enum */
15004ZSTD_ErrorCode ZSTD_getErrorCode(size_t code) { return ERR_getErrorCode(code); }
15005
15006/*! ZSTD_getErrorString() :
15007 * provides error code string from enum */

Callers 1

Calls 1

ERR_getErrorCodeFunction · 0.85

Tested by

no test coverage detected