Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/PeerDB-io/peerdb
/ GetRecords
Method
GetRecords
flow/model/cdc_stream.go:121–123 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
119
}
120
121
func
(r *CDCStream[T]) GetRecords() <-
chan
Record[T] {
122
return
r.records
123
}
124
125
func
(r *CDCStream[T]) ChannelLen() int {
126
return
len(r.records)
Callers
15
AttachToCdcStream
Function · 0.45
syncRecordsViaAvro
Method · 0.45
RecordsToRawTableStream
Function · 0.45
syncRecordsCore
Function · 0.45
drainMongoCDCRecordsAsync
Function · 0.45
TestMySQLSSHKeepaliveCDCHang
Function · 0.45
TestMySQLSSHKeepaliveCDCCloseHang
Function · 0.45
TestMySQLBinlogStalenessThreshold
Function · 0.45
SyncRecords
Method · 0.45
SyncRecords
Method · 0.45
processBatch
Method · 0.45
SyncRecords
Method · 0.45
Calls
no outgoing calls
Tested by
4
drainMongoCDCRecordsAsync
Function · 0.36
TestMySQLSSHKeepaliveCDCHang
Function · 0.36
TestMySQLSSHKeepaliveCDCCloseHang
Function · 0.36
TestMySQLBinlogStalenessThreshold
Function · 0.36