Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
91
func
(r Reader) Double(f *float64) error {
92
return
r.Long((*int64)(unsafe.Pointer(f)))
93
}
94
95
func
(r Reader) String(s *string) error {
96
var
l int32
Callers
10
Encode
Method · 0.45
Decode
Method · 0.45
Encode
Method · 0.45
Decode
Method · 0.45
encodeNode
Method · 0.45
Encode
Method · 0.45
Decode
Method · 0.45
Encode
Method · 0.45
Decode
Method · 0.45
Encode
Method · 0.45
Calls
2
Long
Method · 0.95
Pointer
Method · 0.80
Tested by
no test coverage detected