Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ethstorage/es-node
/ KvIdxStart
Method
KvIdxStart
ethstorage/data_file.go:147–149 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
145
}
146
147
func
(df *DataFile) KvIdxStart() uint64 {
148
return
df.chunkIdxStart * df.chunkSize / df.maxKvSize
149
}
150
151
func
(df *DataFile) Miner() common.Address {
152
return
df.miner
Callers
5
ContainsKv
Method · 0.95
KvIdxEnd
Method · 0.95
ReadMeta
Method · 0.95
WriteMeta
Method · 0.95
createDataFile
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected