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

Method DecodeKV

ethstorage/storage_manager.go:638–640  ·  view source on GitHub ↗
(kvIdx uint64, b []byte, hash common.Hash, providerAddr common.Address, encodeType uint64)

Source from the content-addressed store, hash-verified

636}
637
638func (s *StorageManager) DecodeKV(kvIdx uint64, b []byte, hash common.Hash, providerAddr common.Address, encodeType uint64) ([]byte, bool, error) {
639 return s.shardManager.DecodeKV(kvIdx, b, hash, providerAddr, encodeType)
640}
641
642func (s *StorageManager) KvEntries() uint64 {
643 return s.shardManager.kvEntries

Callers

nothing calls this directly

Calls 1

DecodeKVMethod · 0.65

Tested by

no test coverage detected