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

Function wfixmap

msgp/defs.go:102–104  ·  view source on GitHub ↗
(u uint8)

Source from the content-addressed store, hash-verified

100}
101
102func wfixmap(u uint8) byte {
103 return mfixmap | (u & last4)
104}
105
106func rfixstr(b byte) uint8 {
107 return b & last5

Callers 3

AppendMapHeaderFunction · 0.85
resizeMapFunction · 0.85
WriteMapHeaderMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…