(val string)
| 49 | } |
| 50 | |
| 51 | func (r *CDCStream[T]) UpdateLatestCheckpointText(val string) { |
| 52 | r.lastCheckpointText = val |
| 53 | } |
| 54 | |
| 55 | func (r *CDCStream[T]) GetLastCheckpoint() CdcCheckpoint { |
| 56 | if !r.lastCheckpointSet { |
no outgoing calls
no test coverage detected