Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/segmentio/encoding
/ ReadInt8
Method
ReadInt8
thrift/compact.go:46–48 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
44
}
45
46
func
(r *compactReader) ReadInt8() (int8, error) {
47
return
r.binary.ReadInt8()
48
}
49
50
func
(r *compactReader) ReadInt16() (int16, error) {
51
v, err := r.readVarint(
"int16"
, math.MinInt16, math.MaxInt16)
Callers
nothing calls this directly
Calls
1
ReadInt8
Method · 0.65
Tested by
no test coverage detected