MCPcopy
hub / github.com/dropbox/godropbox / FixedLengthData

Method FixedLengthData

database/binlog/event.go:51–51  ·  view source on GitHub ↗

FixedLengthData returns the fixed length data associated to the event. NOTE: in mysql source code, the length of this data is referred to as the event's header length (i.e., FORMAT_DESCRIPTION_HEADER_LEN)

()

Source from the content-addressed store, hash-verified

49 // NOTE: in mysql source code, the length of this data is referred to as
50 // the event's header length (i.e., FORMAT_DESCRIPTION_HEADER_LEN)
51 FixedLengthData() []byte
52
53 // VariableLengthData returns the variable length data associated to the
54 // event.

Callers 15

ParseMethod · 0.65
ParseMethod · 0.65
ParseMethod · 0.65
ParseMethod · 0.65
TestParseMethod · 0.65
TestNonFDEChecksumMethod · 0.65
TestParseErrorMethod · 0.65
TestParseSimpleEventsMethod · 0.65

Implementers 1

RawV4Eventdatabase/binlog/event.go

Calls

no outgoing calls

Tested by 11

ParseMethod · 0.52
TestParseMethod · 0.52
TestNonFDEChecksumMethod · 0.52
TestParseErrorMethod · 0.52
TestParseSimpleEventsMethod · 0.52
TestEOFMidHeaderMethod · 0.52
TestEOFMidBodyMethod · 0.52