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

Method WriteByte

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

Source from the content-addressed store, hash-verified

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) }
165
166func (c *WriteContext) RawString(v string) {

Callers

nothing calls this directly

Calls 1

WriteByte_Method · 0.80

Tested by

no test coverage detected