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

Function ERR_getErrorName

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

Source from the content-addressed store, hash-verified

823const char* ERR_getErrorString(ERR_enum code); /* error_private.c */
824
825ERR_STATIC const char* ERR_getErrorName(size_t code)
826{
827 return ERR_getErrorString(ERR_getErrorCode(code));
828}
829
830#if defined (__cplusplus)
831}

Callers 3

FSE_getErrorNameFunction · 0.70
HUF_getErrorNameFunction · 0.70
ZSTD_getErrorNameFunction · 0.70

Calls 2

ERR_getErrorStringFunction · 0.70
ERR_getErrorCodeFunction · 0.70

Tested by

no test coverage detected