| 14 | ) |
| 15 | |
| 16 | type testEncoderDelegate struct { |
| 17 | t *testing.T |
| 18 | } |
| 19 | |
| 20 | func (d testEncoderDelegate) OnDataFileLoad(i, n int, path string, byteCount int, err error) { |
| 21 | d.t.Helper() |
nothing calls this directly
no outgoing calls
no test coverage detected