Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
}
266
func
(h helperFileInfo) IsDir() bool {
267
return
false
268
}
269
func
(h helperFileInfo) Sys()
interface
{} {
270
return
nil
271
}
Callers
15
GetSupportedLanguages
Method · 0.45
initClient
Method · 0.45
recursiveTar
Function · 0.45
untarAll
Function · 0.45
InstallChart
Method · 0.45
Template
Method · 0.45
Update
Method · 0.45
gatherChanges
Method · 0.45
untar
Function · 0.45
untarNext
Method · 0.45
AddToArchive
Method · 0.45
tarFile
Method · 0.45
Calls
no outgoing calls
Tested by
2
checkFilesAndFolders
Function · 0.36
TestCopy
Function · 0.36