Method
DecodeKV
(kvIdx uint64, b []byte, hash common.Hash, providerAddr common.Address, encodeType uint64)
Source from the content-addressed store, hash-verified
| 636 | } |
| 637 | |
| 638 | func (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 | |
| 642 | func (s *StorageManager) KvEntries() uint64 { |
| 643 | return s.shardManager.kvEntries |
Callers
nothing calls this directly
Tested by
no test coverage detected