(i, n int, path string, byteCount int, err error)
| 29 | // process. |
| 30 | type EncoderDelegate interface { |
| 31 | OnDataFileLoad(i, n int, path string, byteCount int, err error) |
| 32 | OnVolumeFileWrite(i, n int, path string, dataByteCount, byteCount int, err error) |
| 33 | } |
| 34 |
nothing calls this directly
no outgoing calls
no test coverage detected