MCPcopy
hub / github.com/perkeep/perkeep / Lstat

Method Lstat

pkg/schema/schema.go:78–78  ·  view source on GitHub ↗
(fileName string)

Source from the content-addressed store, hash-verified

76
77type StatHasher interface {
78 Lstat(fileName string) (os.FileInfo, error)
79 Hash(fileName string) (blob.Ref, error)
80}
81

Callers 15

TestNonUTF8FileNameFunction · 0.65
TestCamgetFIFOFunction · 0.65
TestCamgetSocketFunction · 0.65
LstatMethod · 0.65
TestJSONFunction · 0.65
TestRegularFileFunction · 0.65
TestSymlinkFunction · 0.65
TestStaticFIFOFunction · 0.65
TestStaticSocketFunction · 0.65
TestSymlinkFunction · 0.65
CamliVarDirFunction · 0.65

Implementers 1

defaultStatHasherpkg/schema/schema.go

Calls

no outgoing calls

Tested by 11

TestNonUTF8FileNameFunction · 0.52
TestCamgetFIFOFunction · 0.52
TestCamgetSocketFunction · 0.52
TestJSONFunction · 0.52
TestRegularFileFunction · 0.52
TestSymlinkFunction · 0.52
TestStaticFIFOFunction · 0.52
TestStaticSocketFunction · 0.52
TestSymlinkFunction · 0.52
TestCamPkConfigMigrationFunction · 0.52