Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/segmentio/encoding
/ WriteInt8
Method
WriteInt8
thrift/debug.go:154–158 ·
view source on GitHub ↗
(v int8)
Source
from the content-addressed store, hash-verified
152
}
153
154
func
(d *debugWriter) WriteInt8(v int8) error {
155
err := d.w.WriteInt8(v)
156
d.log(
"WriteInt8"
, v, err)
157
return
err
158
}
159
160
func
(d *debugWriter) WriteInt16(v int16) error {
161
err := d.w.WriteInt16(v)
Callers
nothing calls this directly
Calls
2
log
Method · 0.95
WriteInt8
Method · 0.65
Tested by
no test coverage detected