Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/segmentio/encoding
/ Fixed64
Method
Fixed64
proto/message.go:88–90 ·
view source on GitHub ↗
(v uint64)
Source
from the content-addressed store, hash-verified
86
}
87
88
func
(f FieldNumber) Fixed64(v uint64) RawMessage {
89
return
AppendFixed64(nil, f, v)
90
}
91
92
func
(f FieldNumber) Float32(v float32) RawMessage {
93
return
f.Fixed32(math.Float32bits(v))
Callers
1
Float64
Method · 0.95
Calls
1
AppendFixed64
Function · 0.85
Tested by
no test coverage detected