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

Function rfixstr

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

Source from the content-addressed store, hash-verified

104}
105
106func rfixstr(b byte) uint8 {
107 return b & last5
108}
109
110func wfixstr(u uint8) byte {
111 return (u & last5) | mfixstr

Callers 8

TestBytespecFunction · 0.85
ReadMapKeyPtrMethod · 0.85
ReadStringAsBytesMethod · 0.85
ReadStringHeaderMethod · 0.85
ReadStringMethod · 0.85
calcBytespecFunction · 0.85
rwStringFunction · 0.85
ReadStringZCFunction · 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…