Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
106
func
rfixstr(b byte) uint8 {
107
return
b & last5
108
}
109
110
func
wfixstr(u uint8) byte {
111
return
(u & last5) | mfixstr
Callers
8
TestBytespec
Function · 0.85
ReadMapKeyPtr
Method · 0.85
ReadStringAsBytes
Method · 0.85
ReadStringHeader
Method · 0.85
ReadString
Method · 0.85
calcBytespec
Function · 0.85
rwString
Function · 0.85
ReadStringZC
Function · 0.85
Calls
no outgoing calls
Tested by
1
TestBytespec
Function · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…