MCPcopy Create free account
hub / github.com/F-Stack/f-stack / ZSTD_getErrorString

Function ZSTD_getErrorString

freebsd/contrib/zstd/lib/common/zstd_common.c:49–49  ·  view source on GitHub ↗

! ZSTD_getErrorString() : * provides error code string from enum */

Source from the content-addressed store, hash-verified

47/*! ZSTD_getErrorString() :
48 * provides error code string from enum */
49const char* ZSTD_getErrorString(ZSTD_ErrorCode code) { return ERR_getErrorString(code); }
50
51
52

Callers

nothing calls this directly

Calls 1

ERR_getErrorStringFunction · 0.70

Tested by

no test coverage detected