MCPcopy Create free account
hub / github.com/akalin/gopar / TestCoderReconstructData

Function TestCoderReconstructData

rsec16/coder_test.go:198–200  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

196}
197
198func TestCoderReconstructData(t *testing.T) {
199 testCoder(t, testCoderReconstructData)
200}
201
202func testCoderReconstructDataMissingParity(t *testing.T, newCoder func(int, int) (Coder, error)) {
203 data := makeTestData()

Callers

nothing calls this directly

Calls 1

testCoderFunction · 0.85

Tested by

no test coverage detected