Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudwego/dynamicgo
/ DecodeByte
Method
DecodeByte
proto/protowire/decode.go:169–171 ·
view source on GitHub ↗
(b []byte)
Source
from the content-addressed store, hash-verified
167
}
168
169
func
(BinaryDecoder) DecodeByte(b []byte) byte {
170
return
byte(b[0])
171
}
172
173
func
(BinaryDecoder) DecodeInt32(b []byte) (int32, int) {
174
v, n := ConsumeVarint(b)
Callers
1
runTests
Function · 0.45
Calls
no outgoing calls
Tested by
1
runTests
Function · 0.36