MCPcopy 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
169func (BinaryDecoder) DecodeByte(b []byte) byte {
170 return byte(b[0])
171}
172
173func (BinaryDecoder) DecodeInt32(b []byte) (int32, int) {
174 v, n := ConsumeVarint(b)

Callers 1

runTestsFunction · 0.45

Calls

no outgoing calls

Tested by 1

runTestsFunction · 0.36