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

Method IsDir

pkg/devspace/services/inject/inject.go:266–268  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

264 return time.Now()
265}
266func (h helperFileInfo) IsDir() bool {
267 return false
268}
269func (h helperFileInfo) Sys() interface{} {
270 return nil
271}

Callers 15

GetSupportedLanguagesMethod · 0.45
initClientMethod · 0.45
recursiveTarFunction · 0.45
untarAllFunction · 0.45
InstallChartMethod · 0.45
TemplateMethod · 0.45
UpdateMethod · 0.45
gatherChangesMethod · 0.45
untarFunction · 0.45
untarNextMethod · 0.45
AddToArchiveMethod · 0.45
tarFileMethod · 0.45

Calls

no outgoing calls

Tested by 2

checkFilesAndFoldersFunction · 0.36
TestCopyFunction · 0.36