MCPcopy Create free account
hub / github.com/ethstorage/es-node / GetKeyValueByIndex

Method GetKeyValueByIndex

ethstorage/blobs/blob_reader.go:17–17  ·  view source on GitHub ↗
(index uint64, hash common.Hash)

Source from the content-addressed store, hash-verified

15
16type BlobCacheReader interface {
17 GetKeyValueByIndex(index uint64, hash common.Hash) []byte
18 GetSampleData(kvIndex, sampleIndexInKv uint64) []byte
19}
20

Callers 1

GetBlobMethod · 0.65

Implementers 2

BlobDiskCacheethstorage/downloader/blob_disk_cache.
BlobMemCacheethstorage/downloader/blob_mem_cache.g

Calls

no outgoing calls

Tested by

no test coverage detected