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

Method remaining

go/fory/buffer.go:1256–1258  ·  view source on GitHub ↗

Auxiliary function

()

Source from the content-addressed store, hash-verified

1254
1255// Auxiliary function
1256func (b *ByteBuffer) remaining() int {
1257 return len(b.data) - b.readerIndex
1258}
1259
1260// ReadUint8 reads a uint8 and sets error on bounds violation
1261func (b *ByteBuffer) ReadUint8(err *Error) uint8 {

Callers 15

ReadVaruint36SmallMethod · 0.95
ReadVarUint64Method · 0.95
ReadVarUint32Method · 0.95
decodeTypeDefFunction · 0.95
appendValueMethod · 0.95
appendValueMethod · 0.95
fromByteBufferMethod · 0.95
copyToHeapBufferMethod · 0.95
fromByteBufferMethod · 0.95
fromByteBufferMethod · 0.95
ReadDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected