MCPcopy 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
456func (b *ByteBuffer) GetData() []byte {
457 return b.data
458}
459
460func (b *ByteBuffer) GetByteSlice(start, end int) []byte {
461 return b.data[start:end]

Callers 5

WriteDataMethod · 0.80
ReadDataMethod · 0.80
CreateCompilationMethod · 0.80

Calls

no outgoing calls