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

Struct testEncoderDelegate

par2/encoder_test.go:16–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14)
15
16type testEncoderDelegate struct {
17 t *testing.T
18}
19
20func (d testEncoderDelegate) OnDataFileLoad(i, n int, path string, byteCount int, err error) {
21 d.t.Helper()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected