Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
readHeader
Method · 0.65
readChunk
Method · 0.65
TryRead
Method · 0.65
makeHasher
Function · 0.65
runShardRead
Function · 0.65
readTxt
Function · 0.65
Implementers
2
DataFile
ethstorage/data_file.go
DataShard
ethstorage/data_shard.go
Calls
no outgoing calls
Tested by
1
readTxt
Function · 0.52