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

Method TryReadMeta

ethstorage/scanner/worker.go:24–24  ·  view source on GitHub ↗
(kvIdx uint64)

Source from the content-addressed store, hash-verified

22type IStorageManager interface {
23 TryRead(kvIdx uint64, readLen int, commit common.Hash) ([]byte, bool, error)
24 TryReadMeta(kvIdx uint64) ([]byte, bool, error)
25 TryWriteWithMetaCheck(kvIdx uint64, commit common.Hash, fetchBlob es.FetchBlobFunc) error
26 MaxKvSize() uint64
27 KvEntries() uint64

Callers 10

commitEncodedBlobMethod · 0.65
syncCheckMethod · 0.65
checkMetaMethod · 0.65
TryReadMetaMethod · 0.65
scanKvMethod · 0.65
GetBlobMethod · 0.65
verifyDataFunction · 0.65

Implementers 1

StorageManagerethstorage/storage_manager.go

Calls

no outgoing calls