MCPcopy
hub / github.com/github/gh-ost / NewBinlogEntryAt

Function NewBinlogEntryAt

go/binlog/binlog_entry.go:21–26  ·  view source on GitHub ↗

NewBinlogEntryAt creates an empty, ready to go BinlogEntry object

(coordinates mysql.BinlogCoordinates)

Source from the content-addressed store, hash-verified

19
20// NewBinlogEntryAt creates an empty, ready to go BinlogEntry object
21func NewBinlogEntryAt(coordinates mysql.BinlogCoordinates) *BinlogEntry {
22 binlogEntry := &BinlogEntry{
23 Coordinates: coordinates,
24 }
25 return binlogEntry
26}
27
28// String() returns a string representation of this binlog entry
29func (ble *BinlogEntry) String() string {

Callers 1

handleRowsEventMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…