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

Function wfixarray

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

Source from the content-addressed store, hash-verified

116}
117
118func wfixarray(u uint8) byte {
119 return (u & last4) | mfixarray
120}
121
122// These are all the byte
123// prefixes defined by the

Callers 2

AppendArrayHeaderFunction · 0.85
WriteArrayHeaderMethod · 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…