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

Method Bytes

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

Bytes returns the event payload (header + data)

()

Source from the content-addressed store, hash-verified

38
39 // Bytes returns the event payload (header + data)
40 Bytes() []byte
41
42 // BasicHeader returns the fixed length portion of the header bytes.
43 BasicHeader() []byte

Callers 15

TestInternMethod · 0.65
TestInsertMethod · 0.65
TestAppendMethod · 0.65
TestSetMethod · 0.65
TestSetOneBitMethod · 0.65
TestDeleteMethod · 0.65
TestDeleteFirstIndexMethod · 0.65
TestInsertLongVectorMethod · 0.65
TestAppendLongVectorMethod · 0.65
sendRequestMethod · 0.65
verifyRequestMessageMethod · 0.65
TestGetMultiDupKeysMethod · 0.65

Implementers 1

RawV4Eventdatabase/binlog/event.go

Calls

no outgoing calls

Tested by 15

TestInternMethod · 0.52
TestInsertMethod · 0.52
TestAppendMethod · 0.52
TestSetMethod · 0.52
TestSetOneBitMethod · 0.52
TestDeleteMethod · 0.52
TestDeleteFirstIndexMethod · 0.52
TestInsertLongVectorMethod · 0.52
TestAppendLongVectorMethod · 0.52
verifyRequestMessageMethod · 0.52
TestGetMultiDupKeysMethod · 0.52
TestAllColumnTypesMethod · 0.52