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

Method TryReadMeta

ethstorage/storage_manager.go:626–630  ·  view source on GitHub ↗
(kvIdx uint64)

Source from the content-addressed store, hash-verified

624}
625
626func (s *StorageManager) TryReadMeta(kvIdx uint64) ([]byte, bool, error) {
627 s.mu.Lock()
628 defer s.mu.Unlock()
629 return s.shardManager.TryReadMeta(kvIdx)
630}
631
632func (s *StorageManager) KvEntryCount() uint64 {
633 s.mu.Lock()

Callers 1

TestSync_RequestL2ListFunction · 0.95

Calls 1

TryReadMetaMethod · 0.65

Tested by 1

TestSync_RequestL2ListFunction · 0.76