MCPcopy
hub / github.com/valyala/fasthttp / testZstdCompress

Function testZstdCompress

zstd_test.go:72–79  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

70}
71
72func testZstdCompress() error {
73 for _, s := range compressTestcases {
74 if err := testZstdCompressSingleCase(s); err != nil {
75 return err
76 }
77 }
78 return nil
79}
80
81func testZstdCompressSingleCase(s string) error {
82 var buf bytes.Buffer

Callers 1

TestZstdCompressSerialFunction · 0.85

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…