MCPcopy
hub / github.com/kopia/kopia / IsDir

Method IsDir

snapshot/snapshotfs/repofs.go:32–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30}
31
32func (e *repositoryEntry) IsDir() bool {
33 return e.Mode().IsDir()
34}
35
36func (e *repositoryEntry) Mode() os.FileMode {
37 switch e.metadata.Type {

Callers 11

AddExcludedMethod · 0.45
createDirectoryMethod · 0.45
deleteExtraFilesInDirMethod · 0.45
copyDirectoryContentMethod · 0.45
verifyObjectMethod · 0.45
iterateAllNamesFunction · 0.45
CalculateStorageStatsFunction · 0.45
EstimateFunction · 0.45
processSingleMethod · 0.45
wrapIgnorefsMethod · 0.45
findAllEntriesFunction · 0.45

Calls 1

ModeMethod · 0.95

Tested by 2

iterateAllNamesFunction · 0.36
findAllEntriesFunction · 0.36