MCPcopy 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
173func (r *binaryReader) ReadSet() (Set, error) {
174 l, err := r.ReadList()
175 return Set(l), err
176}
177
178func (r *binaryReader) ReadMap() (Map, error) {
179 k, err := r.ReadByte()

Callers

nothing calls this directly

Calls 2

ReadListMethod · 0.95
SetTypeAlias · 0.85

Tested by

no test coverage detected