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

Method SetWriterIndex

go/fory/buffer.go:477–479  ·  view source on GitHub ↗
(index int)

Source from the content-addressed store, hash-verified

475}
476
477func (b *ByteBuffer) SetWriterIndex(index int) {
478 b.writerIndex = index
479}
480
481func (b *ByteBuffer) ReaderIndex() int {
482 return b.readerIndex

Callers 1

WriteDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected