OnDataFileLoad implements the CreateDelegate interface.
(i, n int, path string, byteCount int, err error)
| 34 | |
| 35 | // OnDataFileLoad implements the CreateDelegate interface. |
| 36 | func (DoNothingCreateDelegate) OnDataFileLoad(i, n int, path string, byteCount int, err error) { |
| 37 | } |
| 38 | |
| 39 | // OnIndexFileWrite implements the CreateDelegate interface. |
| 40 | func (DoNothingCreateDelegate) OnIndexFileWrite(path string, byteCount int, err error) { |
nothing calls this directly
no outgoing calls
no test coverage detected