MCPcopy
hub / github.com/tinylib/msgp / rfixarray

Function rfixarray

msgp/defs.go:114–116  ·  view source on GitHub ↗
(b byte)

Source from the content-addressed store, hash-verified

112}
113
114func rfixarray(b byte) uint8 {
115 return (b & last4)
116}
117
118func wfixarray(u uint8) byte {
119 return (u & last4) | mfixarray

Callers 4

TestBytespecFunction · 0.85
ReadArrayHeaderMethod · 0.85
calcBytespecFunction · 0.85
ReadArrayHeaderBytesFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestBytespecFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…