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

Method MaxKvSize

ethstorage/shard_manager.go:105–107  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

103}
104
105func (sm *ShardManager) MaxKvSize() uint64 {
106 return sm.kvSize
107}
108
109func (sm *ShardManager) MaxKvSizeBits() uint64 {
110 return sm.kvSizeBits

Callers 1

initStorageManagerMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected