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

Method GetQueueMem

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

Source from the content-addressed store, hash-verified

1628}
1629
1630func (b *BinlogReader) GetQueueMem() int64 {
1631 if b != nil && b.binlogStreamer0 != nil {
1632 return b.binlogStreamer0.QueueMem()
1633 } else {
1634 return 0
1635 }
1636}
1637
1638func (b *BinlogReader) sqleExecDDL(currentSchema string, ast ast.Node) {
1639 if b.maybeSqleContext != nil {

Callers 2

StatsMethod · 0.80
StatsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected