Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
151
func
(df *DataFile) Miner() common.Address {
152
return
df.miner
153
}
154
155
// Read raw chunk data from the storage file.
156
func
(df *DataFile) Read(chunkIdx uint64, len int) ([]byte, error) {
Callers
8
initShardManager
Function · 0.95
initStorageManager
Method · 0.95
TryEncodeKV
Method · 0.45
GetShardMiner
Method · 0.45
TestCreateDataFile
Function · 0.45
createDataFile
Function · 0.45
initShardManager
Function · 0.45
runShardWrite
Function · 0.45
Calls
no outgoing calls
Tested by
2
initShardManager
Function · 0.76
TestCreateDataFile
Function · 0.36