()
| 75 | } |
| 76 | |
| 77 | func (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 |
| 82 | func (b *DataEntry) String() string { |
no outgoing calls
no test coverage detected