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

Method DecodeKV

ethstorage/p2p/protocol/syncclient.go:153–153  ·  view source on GitHub ↗
(kvIdx uint64, b []byte, hash common.Hash, providerAddr common.Address, encodeType uint64)

Source from the content-addressed store, hash-verified

151 KvEntryCount() uint64
152
153 DecodeKV(kvIdx uint64, b []byte, hash common.Hash, providerAddr common.Address, encodeType uint64) ([]byte, bool, error)
154
155 DownloadAllMetas(ctx context.Context, batchSize uint64) error
156}

Callers 2

DecodeKVMethod · 0.65
decodeKVMethod · 0.65

Implementers 1

StorageManagerethstorage/storage_manager.go

Calls

no outgoing calls

Tested by

no test coverage detected