MCPcopy Create free account
hub / github.com/cloudwego/dynamicgo / WriteSfixed64

Method WriteSfixed64

proto/binary/binary.go:288–291  ·  view source on GitHub ↗

WriteSfixed64

(value int64)

Source from the content-addressed store, hash-verified

286
287// WriteSfixed64
288func (p *BinaryProtocol) WriteSfixed64(value int64) error {
289 p.Buf = protowire.BinaryEncoder{}.EncodeSfixed64(p.Buf, value)
290 return nil
291}
292
293// WriteFloat
294func (p *BinaryProtocol) WriteFloat(value float32) error {

Callers 3

WriteBaseTypeWithDescMethod · 0.95
marshalMethod · 0.80
OnInt64Method · 0.80

Calls 1

EncodeSfixed64Method · 0.80

Tested by

no test coverage detected