OnVolumeFileWrite implements the CreateDelegate interface.
(i, n int, path string, dataByteCount, byteCount int, err error)
| 26 | |
| 27 | // OnVolumeFileWrite implements the CreateDelegate interface. |
| 28 | func (DoNothingCreateDelegate) OnVolumeFileWrite(i, n int, path string, dataByteCount, byteCount int, err error) { |
| 29 | } |
| 30 | |
| 31 | // OnFilesNotAllInSameDir implements the CreateDelegate interface. |
| 32 | func (DoNothingCreateDelegate) OnFilesNotAllInSameDir() {} |
nothing calls this directly
no outgoing calls
no test coverage detected