Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
16
type
BlobCacheReader
interface
{
17
GetKeyValueByIndex(index uint64, hash common.Hash) []byte
18
GetSampleData(kvIndex, sampleIndexInKv uint64) []byte
19
}
20
Callers
1
GetBlob
Method · 0.65
Implementers
2
BlobDiskCache
ethstorage/downloader/blob_disk_cache.
BlobMemCache
ethstorage/downloader/blob_mem_cache.g
Calls
no outgoing calls
Tested by
no test coverage detected