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

Function FSE_isError

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

=== Error Management ===*/

Source from the content-addressed store, hash-verified

29
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); }

Callers 6

FSE_readNCount_bodyFunction · 0.70
HUF_readStats_bodyFunction · 0.70
FSE_decompress_wksp_bodyFunction · 0.70
ZSTD_loadCEntropyFunction · 0.50
FSE_normalizeCountFunction · 0.50

Calls 1

ERR_isErrorFunction · 0.70

Tested by

no test coverage detected