Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/segmentio/encoding
/ ReadSet
Method
ReadSet
thrift/binary.go:173–176 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
171
}
172
173
func
(r *binaryReader) ReadSet() (Set, error) {
174
l, err := r.ReadList()
175
return
Set(l), err
176
}
177
178
func
(r *binaryReader) ReadMap() (Map, error) {
179
k, err := r.ReadByte()
Callers
nothing calls this directly
Calls
2
ReadList
Method · 0.95
Set
TypeAlias · 0.85
Tested by
no test coverage detected