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

Method Miner

ethstorage/data_file.go:151–153  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

149}
150
151func (df *DataFile) Miner() common.Address {
152 return df.miner
153}
154
155// Read raw chunk data from the storage file.
156func (df *DataFile) Read(chunkIdx uint64, len int) ([]byte, error) {

Callers 8

initShardManagerFunction · 0.95
initStorageManagerMethod · 0.95
TryEncodeKVMethod · 0.45
GetShardMinerMethod · 0.45
TestCreateDataFileFunction · 0.45
createDataFileFunction · 0.45
initShardManagerFunction · 0.45
runShardWriteFunction · 0.45

Calls

no outgoing calls

Tested by 2

initShardManagerFunction · 0.76
TestCreateDataFileFunction · 0.36