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

Function FSE_isError

freebsd/contrib/openzfs/module/zstd/lib/zstd.c:2508–2508  ·  view source on GitHub ↗

=== Error Management ===*/

Source from the content-addressed store, hash-verified

2506
2507/*=== Error Management ===*/
2508unsigned FSE_isError(size_t code) { return ERR_isError(code); }
2509const char* FSE_getErrorName(size_t code) { return ERR_getErrorName(code); }
2510
2511unsigned HUF_isError(size_t code) { return ERR_isError(code); }

Callers 8

FSE_readNCountFunction · 0.70
HUF_readStatsFunction · 0.70
FSE_decompress_wkspFunction · 0.70
FSE_normalizeCountFunction · 0.70
ZSTD_loadCEntropyFunction · 0.70
ZSTD_loadDEntropyFunction · 0.70
ZSTD_buildSeqTableFunction · 0.70

Calls 1

ERR_isErrorFunction · 0.70

Tested by

no test coverage detected