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

Function FSE_getErrorName

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

Source from the content-addressed store, hash-verified

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); }
2512const 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