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

Function rfixmap

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

Source from the content-addressed store, hash-verified

96}
97
98func rfixmap(b byte) uint8 {
99 return b & last4
100}
101
102func wfixmap(u uint8) byte {
103 return mfixmap | (u & last4)

Callers 5

resizeMapFunction · 0.85
TestBytespecFunction · 0.85
ReadMapHeaderMethod · 0.85
calcBytespecFunction · 0.85
ReadMapHeaderBytesFunction · 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…