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

Method PutUint8

go/fory/buffer.go:1402–1404  ·  view source on GitHub ↗
(writerIndex int, value uint8)

Source from the content-addressed store, hash-verified

1400}
1401
1402func (b *ByteBuffer) PutUint8(writerIndex int, value uint8) {
1403 b.data[writerIndex] = byte(value)
1404}
1405
1406// WriteVarUint32Small7 writes a uint32 in variable-length small-7 format
1407func (b *ByteBuffer) WriteVarUint32Small7(value uint32) int {

Callers 4

writeChunkMethod · 0.80
writeMetaHeaderFunction · 0.80
writeFieldDefFunction · 0.80
WriteTypedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected