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

Method GetStorageKvEntryCount

ethstorage/storage_manager.go:64–64  ·  view source on GitHub ↗
(blockNumber int64)

Source from the content-addressed store, hash-verified

62 GetKvMetas(kvIndices []uint64, blockNumber int64) ([][32]byte, error)
63
64 GetStorageKvEntryCount(blockNumber int64) (uint64, error)
65}
66
67// StorageManager is a higher-level abstract of ShardManager which provides multi-thread safety to storage file read/write

Callers 5

TestMiningFunction · 0.65
DownloadFinishedMethod · 0.65
ResetMethod · 0.65
getKvInfoFunction · 0.65
RefreshBlobsMetricsMethod · 0.65

Implementers 3

mockL1Sourceethstorage/storage_manager_test.go
mockL1Sourceethstorage/p2p/protocol/sync_test.go
PollingClientethstorage/eth/polling_client.go

Calls

no outgoing calls

Tested by 1

TestMiningFunction · 0.52