Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ ReaderIndex
Method
ReaderIndex
go/fory/buffer.go:481–483 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
479
}
480
481
func
(b *ByteBuffer) ReaderIndex() int {
482
return
b.readerIndex
483
}
484
485
func
(b *ByteBuffer) SetReaderIndex(index int) {
486
b.readerIndex = index
Callers
12
TestDateUsesVarint64InXlangAndInt32InNative
Function · 0.95
TestXlangDateSupportsWideRange
Function · 0.95
testCrossLanguageSerializer
Function · 0.95
TestSkipEnumConsumesSmall7Ordinal
Function · 0.80
TestSkipPrimitiveConsumesExactEncoding
Function · 0.80
checkVarint
Function · 0.80
checkVarintWrite
Function · 0.80
ReadData
Method · 0.80
readExactFixedPrimitiveRun
Function · 0.80
TestEnumReadConsumesRegisteredTypeInfo
Function · 0.80
TestIdEnumDoesNotUseTypeDefMeta
Function · 0.80
TestNamedEnumReadConsumesNamedTypeInfo
Function · 0.80
Calls
no outgoing calls
Tested by
9
TestDateUsesVarint64InXlangAndInt32InNative
Function · 0.76
TestXlangDateSupportsWideRange
Function · 0.76
TestSkipEnumConsumesSmall7Ordinal
Function · 0.64
TestSkipPrimitiveConsumesExactEncoding
Function · 0.64
checkVarint
Function · 0.64
checkVarintWrite
Function · 0.64
TestEnumReadConsumesRegisteredTypeInfo
Function · 0.64
TestIdEnumDoesNotUseTypeDefMeta
Function · 0.64
TestNamedEnumReadConsumesNamedTypeInfo
Function · 0.64