MCPcopy 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
88func (f FieldNumber) Fixed64(v uint64) RawMessage {
89 return AppendFixed64(nil, f, v)
90}
91
92func (f FieldNumber) Float32(v float32) RawMessage {
93 return f.Fixed32(math.Float32bits(v))

Callers 1

Float64Method · 0.95

Calls 1

AppendFixed64Function · 0.85

Tested by

no test coverage detected