Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/restic/restic
/ Hash
Method
Hash
internal/backend/rewind_reader.go:24–24 ·
view source on GitHub ↗
Hash return a hash of the data if requested by the backed.
()
Source
from the content-addressed store, hash-verified
22
23
// Hash return a hash of the data if requested by the backed.
24
Hash() []byte
25
}
26
27
// ByteReader implements a RewindReader for a byte slice.
Callers
6
testRewindReader
Function · 0.65
saveSingleBlob
Method · 0.65
Hash
Method · 0.65
Save
Method · 0.65
Save
Method · 0.65
Save
Method · 0.65
Implementers
3
ByteReader
internal/backend/rewind_reader.go
FileReader
internal/backend/rewind_reader.go
errorCloser
internal/backend/test/tests.go
Calls
no outgoing calls
Tested by
1
testRewindReader
Function · 0.52