Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/segmentio/encoding
/ compactReader
Struct
compactReader
thrift/compact.go:29–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
}
28
29
type
compactReader
struct
{
30
protocol *CompactProtocol
31
binary binaryReader
32
}
33
34
func
(r *compactReader) Protocol() Protocol {
35
return
r.protocol
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected