()
| 109 | } |
| 110 | |
| 111 | func (rc *LogClient) SetUseCheckpoint() { |
| 112 | rc.useCheckpoint = true |
| 113 | } |
| 114 | |
| 115 | func TEST_NewLogFileManager(startTS, restoreTS, shiftStartTS uint64, helper streamMetadataHelper) *LogFileManager { |
| 116 | return &LogFileManager{ |
no outgoing calls
no test coverage detected