MCPcopy Create free account
hub / github.com/blobcache/blobcache / ObjectType

Method ObjectType

src/bcp/message.go:15–17  ·  view source on GitHub ↗

ObjectType is the first 8 bits on the wire

()

Source from the content-addressed store, hash-verified

13
14// ObjectType is the first 8 bits on the wire
15func (mt MessageCode) ObjectType() uint8 {
16 return uint8(mt >> 8)
17}
18
19// OpCode is the second 8 bits on the wire.
20func (mt MessageCode) OpCode() uint8 {

Callers 1

SetCodeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected