Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/segmentio/encoding
/ WriteInt8
Method
WriteInt8
thrift/compact.go:247–249 ·
view source on GitHub ↗
(v int8)
Source
from the content-addressed store, hash-verified
245
}
246
247
func
(w *compactWriter) WriteInt8(v int8) error {
248
return
w.binary.WriteInt8(v)
249
}
250
251
func
(w *compactWriter) WriteInt16(v int16) error {
252
return
w.writeVarint(int64(v))
Callers
nothing calls this directly
Calls
1
WriteInt8
Method · 0.65
Tested by
no test coverage detected