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

Method Read

ethstorage/pora/ethash/algorithm.go:116–116  ·  view source on GitHub ↗
([]byte)

Source from the content-addressed store, hash-verified

114 type readerHash interface {
115 hash.Hash
116 Read([]byte) (int, error)
117 }
118 rh, ok := h.(readerHash)
119 if !ok {

Callers 6

readHeaderMethod · 0.65
readChunkMethod · 0.65
TryReadMethod · 0.65
makeHasherFunction · 0.65
runShardReadFunction · 0.65
readTxtFunction · 0.65

Implementers 2

DataFileethstorage/data_file.go
DataShardethstorage/data_shard.go

Calls

no outgoing calls

Tested by 1

readTxtFunction · 0.52