MCPcopy Create free account
hub / github.com/facebook/time / MessageType

Method MessageType

ptp/protocol/protocol.go:498–498  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

496
497// Packet is an interface to abstract all different packets
498type Packet interface {
499 MessageType() MessageType
500 SetSequence(uint16)
501}

Callers 10

handlePacketMethod · 0.65
parseSyncPacketFunction · 0.65
runFunction · 0.65
TestFoundFuzzResultsFunction · 0.65
FuzzDecodePacketFunction · 0.65
toMapMethod · 0.65

Implementers 1

Headerptp/protocol/protocol.go

Calls

no outgoing calls