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

Method IsPartOfBigTx

driver/common/binlog.go:77–79  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

75}
76
77func (b *DataEntry) IsPartOfBigTx() bool {
78 return !(b.Index == 0 && b.Final)
79}
80
81// Duplicate creates and returns a new binlog entry, with some of the attributes pre-assigned
82func (b *DataEntry) String() string {

Callers 4

RunMethod · 0.80
handleEntryMethod · 0.80
ApplyBinlogEventMethod · 0.80
sendEntryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected