Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/segmentio/encoding
/ ReadInt8
Method
ReadInt8
thrift/binary.go:50–53 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
48
}
49
50
func
(r *binaryReader) ReadInt8() (int8, error) {
51
b, err := r.ReadByte()
52
return
int8(b), err
53
}
54
55
func
(r *binaryReader) ReadInt16() (int16, error) {
56
b, err := r.read(2)
Callers
3
ReadMessage
Method · 0.95
ReadField
Method · 0.95
ReadList
Method · 0.95
Calls
1
ReadByte
Method · 0.95
Tested by
no test coverage detected