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

Function HUF_getErrorName

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

Source from the content-addressed store, hash-verified

2510
2511unsigned HUF_isError(size_t code) { return ERR_isError(code); }
2512const char* HUF_getErrorName(size_t code) { return ERR_getErrorName(code); }
2513
2514
2515/*-**************************************************************

Callers

nothing calls this directly

Calls 1

ERR_getErrorNameFunction · 0.70

Tested by

no test coverage detected