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

Method Identifier

protocol/net/io/encoding/reader.go:106–108  ·  view source on GitHub ↗
(s *string)

Source from the content-addressed store, hash-verified

104}
105
106func (r Reader) Identifier(s *string) error {
107 return r.String(s)
108}
109
110func (r Reader) VarInt(value *int32) (i int, err error) {
111 var (

Callers 15

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

Calls 1

StringMethod · 0.95

Tested by

no test coverage detected