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

Function FSE_getErrorName

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

Source from the content-addressed store, hash-verified

30/*=== Error Management ===*/
31unsigned FSE_isError(size_t code) { return ERR_isError(code); }
32const char* FSE_getErrorName(size_t code) { return ERR_getErrorName(code); }
33
34unsigned HUF_isError(size_t code) { return ERR_isError(code); }
35const char* HUF_getErrorName(size_t code) { return ERR_getErrorName(code); }

Callers

nothing calls this directly

Calls 1

ERR_getErrorNameFunction · 0.70

Tested by

no test coverage detected