MCPcopy Create free account
hub / github.com/DeusData/codebase-memory-mcp / cbm_zstd_compress_bound

Function cbm_zstd_compress_bound

internal/cbm/zstd_store.c:34–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34size_t cbm_zstd_compress_bound(int inputSize) {
35 return ZSTD_compressBound((size_t)inputSize);
36}

Callers 2

cbm_artifact_exportFunction · 0.85
test_zstd.cFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected