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

Method Double

protocol/net/io/encoding/reader.go:91–93  ·  view source on GitHub ↗
(f *float64)

Source from the content-addressed store, hash-verified

89 return r.Int((*int32)(unsafe.Pointer(f)))
90}
91func (r Reader) Double(f *float64) error {
92 return r.Long((*int64)(unsafe.Pointer(f)))
93}
94
95func (r Reader) String(s *string) error {
96 var l int32

Callers 10

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

Calls 2

LongMethod · 0.95
PointerMethod · 0.80

Tested by

no test coverage detected