MCPcopy Create free account
hub / github.com/apache/fory / WriteVarint64

Method WriteVarint64

go/fory/writer.go:161–161  ·  view source on GitHub ↗
(v int64)

Source from the content-addressed store, hash-verified

159func (c *WriteContext) RawFloat64(v float64) { c.buffer.WriteFloat64(v) }
160func (c *WriteContext) WriteVarint32(v int32) { c.buffer.WriteVarint32(v) }
161func (c *WriteContext) WriteVarint64(v int64) { c.buffer.WriteVarint64(v) }
162func (c *WriteContext) WriteVarUint32(v uint32) { c.buffer.WriteVarUint32(v) }
163func (c *WriteContext) WriteByte(v byte) { c.buffer.WriteByte_(v) }
164func (c *WriteContext) WriteBytes(v []byte) { c.buffer.WriteBinary(v) }

Callers 1

writeFastMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected