MCPcopy 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
147func (df *DataFile) KvIdxStart() uint64 {
148 return df.chunkIdxStart * df.chunkSize / df.maxKvSize
149}
150
151func (df *DataFile) Miner() common.Address {
152 return df.miner

Callers 5

ContainsKvMethod · 0.95
KvIdxEndMethod · 0.95
ReadMetaMethod · 0.95
WriteMetaMethod · 0.95
createDataFileFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected