Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ethstorage/es-node
/ KvEntriesBits
Method
KvEntriesBits
ethstorage/storage_manager.go:681–683 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
679
}
680
681
func
(s *StorageManager) KvEntriesBits() uint64 {
682
return
s.shardManager.kvEntriesBits
683
}
684
685
func
(s *StorageManager) Close() error {
686
return
s.shardManager.Close()
Callers
1
getEncodingParams
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected