Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ GetData
Method
GetData
go/fory/buffer.go:456–458 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
454
}
455
456
func
(b *ByteBuffer) GetData() []byte {
457
return
b.data
458
}
459
460
func
(b *ByteBuffer) GetByteSlice(start, end int) []byte {
461
return
b.data[start:end]
Callers
5
TestReadBufferObjectCopiesInBandDataFromStream
Function · 0.80
WriteData
Method · 0.80
ReadData
Method · 0.80
readExactFixedPrimitiveRun
Function · 0.80
CreateCompilation
Method · 0.80
Calls
no outgoing calls
Tested by
2
TestReadBufferObjectCopiesInBandDataFromStream
Function · 0.64
CreateCompilation
Method · 0.64