MCPcopy
hub / github.com/klauspost/compress / TestEncoder_EncoderSilesia

Function TestEncoder_EncoderSilesia

zstd/encoder_test.go:553–556  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

551}
552
553func TestEncoder_EncoderSilesia(t *testing.T) {
554 testEncoderRoundtrip(t, "testdata/silesia.tar", []byte{0xa5, 0x5b, 0x5e, 0xe, 0x5e, 0xea, 0x51, 0x6b})
555 testEncoderRoundtripWriter(t, "testdata/silesia.tar", []byte{0xa5, 0x5b, 0x5e, 0xe, 0x5e, 0xea, 0x51, 0x6b})
556}
557
558func TestEncoder_EncoderSimple(t *testing.T) {
559 testEncoderRoundtrip(t, "testdata/z000028", []byte{0x8b, 0x2, 0x37, 0x70, 0x92, 0xb, 0x98, 0x95})

Callers

nothing calls this directly

Calls 2

testEncoderRoundtripFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…