Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
110
func
wfixstr(u uint8) byte {
111
return
(u & last5) | mfixstr
112
}
113
114
func
rfixarray(b byte) uint8 {
115
return
(b & last4)
Callers
5
AppendString
Function · 0.85
AppendStringFromBytes
Function · 0.85
WriteString
Method · 0.85
WriteStringHeader
Method · 0.85
WriteStringFromBytes
Method · 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…