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

Function ZBUFF_createDCtx

freebsd/contrib/zstd/lib/deprecated/zbuff_decompress.c:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18
19
20ZBUFF_DCtx* ZBUFF_createDCtx(void)
21{
22 return ZSTD_createDStream();
23}
24
25ZBUFF_DCtx* ZBUFF_createDCtx_advanced(ZSTD_customMem customMem)
26{

Callers

nothing calls this directly

Calls 1

ZSTD_createDStreamFunction · 0.50

Tested by

no test coverage detected