Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/segmentio/encoding
/ binaryWriter
Struct
binaryWriter
thrift/binary.go:218–222 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
216
}
217
218
type
binaryWriter
struct
{
219
p *BinaryProtocol
220
b [8]byte
221
w io.Writer
222
}
223
224
func
(w *binaryWriter) Protocol() Protocol {
225
return
w.p
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected