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

Method UUID

protocol/net/io/encoding/reader.go:181–186  ·  view source on GitHub ↗
(u *uuid.UUID)

Source from the content-addressed store, hash-verified

179}
180
181func (r Reader) UUID(u *uuid.UUID) error {
182 d, err := r.readBytes(16)
183
184 *u = uuid.UUID(d)
185 return err
186}
187
188func (r Reader) BitSet(data *BitSet) error {
189 var l int32

Callers 12

EncodeMethod · 0.45
EncodeMethod · 0.45
DecodeMethod · 0.45
EncodeMethod · 0.45
DecodeMethod · 0.45
EncodeMethod · 0.45
EncodeMethod · 0.45
EncodeMethod · 0.45
DecodeMethod · 0.45
EncodeMethod · 0.45
EncodeMethod · 0.45
DecodeMethod · 0.45

Calls 1

readBytesMethod · 0.95

Tested by

no test coverage detected