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

Function ERR_getErrorName

freebsd/contrib/zstd/lib/common/error_private.h:71–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69const char* ERR_getErrorString(ERR_enum code); /* error_private.c */
70
71ERR_STATIC const char* ERR_getErrorName(size_t code)
72{
73 return ERR_getErrorString(ERR_getErrorCode(code));
74}
75
76#if defined (__cplusplus)
77}

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