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

Function HIST_isError

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

--- Error management --- */

Source from the content-addressed store, hash-verified

8201
8202/* --- Error management --- */
8203unsigned HIST_isError(size_t code) { return ERR_isError(code); }
8204
8205/*-**************************************************************
8206 * Histogram functions

Callers

nothing calls this directly

Calls 1

ERR_isErrorFunction · 0.70

Tested by

no test coverage detected