Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
105
func
(sm *ShardManager) MaxKvSize() uint64 {
106
return
sm.kvSize
107
}
108
109
func
(sm *ShardManager) MaxKvSizeBits() uint64 {
110
return
sm.kvSizeBits
Callers
1
initStorageManager
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected