MCPcopy Index your code
hub / github.com/devspace-sh/devspace / IsDir

Method IsDir

assets/assets.go:73–75  ·  view source on GitHub ↗

IsDir return file whether a directory

()

Source from the content-addressed store, hash-verified

71
72// IsDir return file whether a directory
73func (fi bindataFileInfo) IsDir() bool {
74 return fi.mode&os.ModeDir != 0
75}
76
77// Sys return file is sys mode
78func (fi bindataFileInfo) Sys() interface{} {

Callers 9

untarNextFunction · 0.45
recursiveTarFunction · 0.45
compareFilesFunction · 0.45
RemoveMethod · 0.45
removeRecursiveMethod · 0.45
StartDownstreamServerFunction · 0.45
applyChangeMethod · 0.45
walkDirFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by 1

compareFilesFunction · 0.36