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

Function wfixstr

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

Source from the content-addressed store, hash-verified

108}
109
110func wfixstr(u uint8) byte {
111 return (u & last5) | mfixstr
112}
113
114func rfixarray(b byte) uint8 {
115 return (b & last4)

Callers 5

AppendStringFunction · 0.85
AppendStringFromBytesFunction · 0.85
WriteStringMethod · 0.85
WriteStringHeaderMethod · 0.85
WriteStringFromBytesMethod · 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…