Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/perkeep/perkeep
/ Hash
Method
Hash
pkg/schema/schema.go:79–79 ·
view source on GitHub ↗
(fileName string)
Source
from the content-addressed store, hash-verified
77
type
StatHasher
interface
{
78
Lstat(fileName string) (os.FileInfo, error)
79
Hash(fileName string) (blob.Ref, error)
80
}
81
82
// File is the interface returned when opening a DirectoryEntry that
Callers
14
ValidContents
Method · 0.65
receive
Function · 0.65
testSizedBlob
Function · 0.65
ReceiveBlob
Method · 0.65
ReceiveBlob
Method · 0.65
Fetch
Method · 0.65
TestReindex
Function · 0.65
testPack
Function · 0.65
TestForeachZipBlob
Function · 0.65
copyBlob
Method · 0.65
hourlyCompare
Method · 0.65
ServeFile
Method · 0.65
Implementers
1
defaultStatHasher
pkg/schema/schema.go
Calls
no outgoing calls
Tested by
3
TestReindex
Function · 0.52
testPack
Function · 0.52
TestForeachZipBlob
Function · 0.52