MCPcopy Create free account
hub / github.com/actiontech/dtle / GetExtractedTxCount

Method GetExtractedTxCount

driver/mysql/binlog/binlog_reader.go:1622–1628  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1620}
1621
1622func (b *BinlogReader) GetExtractedTxCount() uint32 {
1623 if b != nil {
1624 return b.extractedTxCount
1625 } else {
1626 return 0
1627 }
1628}
1629
1630func (b *BinlogReader) GetQueueMem() int64 {
1631 if b != nil && b.binlogStreamer0 != nil {

Callers 1

StatsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected