MCPcopy
hub / github.com/perkeep/perkeep / Stat

Method Stat

pkg/blobserver/files/files.go:47–47  ·  view source on GitHub ↗
(string)

Source from the content-addressed store, hash-verified

45 Remove(string) error // files, not directories
46 RemoveDir(string) error
47 Stat(string) (os.FileInfo, error)
48 Lstat(string) (os.FileInfo, error)
49 Open(string) (ReadableFile, error)
50 MkdirAll(path string, perm os.FileMode) error

Callers 15

getGitVersionFunction · 0.65
verifyPerkeepRootFunction · 0.65
parseConfigMethod · 0.65
serverKeyIdFunction · 0.65
fileExistsFunction · 0.65
dirExistsFunction · 0.65
TLSConfigFunction · 0.65
FetchMethod · 0.65
TestDoubleReceiveFunction · 0.65
IsDirFunction · 0.65
newStorageFunction · 0.65

Implementers 2

osFSpkg/blobserver/files/osfs.go
sftpFSpkg/blobserver/sftp/sftp.go

Calls

no outgoing calls

Tested by 15

TestDoubleReceiveFunction · 0.52
TestStorage_ManualFunction · 0.52
shareFunction · 0.52
TestCamgetSymlinkFunction · 0.52
sizeFunction · 0.52
inEmptyMutDirFunction · 0.52
TestReadFileFromRootFunction · 0.52
TestTruncateFileFunction · 0.52
TestMutableFunction · 0.52
statStrFunction · 0.52
TestMoveAtFunction · 0.52