MCPcopy Create free account
hub / github.com/ZeppelinMC/Zeppelin / FixedBitSet

Method FixedBitSet

protocol/net/io/encoding/writer.go:161–168  ·  view source on GitHub ↗
(data FixedBitSet)

Source from the content-addressed store, hash-verified

159}
160
161func (w Writer) FixedBitSet(data FixedBitSet) error {
162 for _, l := range data {
163 if err := w.Ubyte(l); err != nil {
164 return err
165 }
166 }
167 return nil
168}
169
170// Length prefixed byte array
171func (w Writer) ByteArray(s []byte) error {

Callers

nothing calls this directly

Calls 1

UbyteMethod · 0.95

Tested by

no test coverage detected