MCPcopy Index your code
hub / github.com/valyala/fasthttp / TestZstdCompressSerial

Function TestZstdCompressSerial

zstd_test.go:56–62  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

54}
55
56func TestZstdCompressSerial(t *testing.T) {
57 t.Parallel()
58
59 if err := testZstdCompress(); err != nil {
60 t.Fatal(err)
61 }
62}
63
64func TestZstdCompressConcurrent(t *testing.T) {
65 t.Parallel()

Callers

nothing calls this directly

Calls 1

testZstdCompressFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…