MCPcopy
hub / github.com/PeerDB-io/peerdb / UpdateLatestCheckpointText

Method UpdateLatestCheckpointText

flow/model/cdc_stream.go:51–53  ·  view source on GitHub ↗
(val string)

Source from the content-addressed store, hash-verified

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

Callers 3

AttachToCdcStreamFunction · 0.80
PullRecordsMethod · 0.80
PullRecordsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected