Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/devspace-sh/devspace
/ ModTime
Method
ModTime
pkg/devspace/services/inject/inject.go:263–265 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
261
return
0777
262
}
263
func
(h helperFileInfo) ModTime() time.Time {
264
return
time.Now()
265
}
266
func
(h helperFileInfo) IsDir() bool {
267
return
false
268
}
Callers
9
gatherChanges
Method · 0.45
untarNext
Method · 0.45
createFileInformationFromStat
Function · 0.45
shouldRemoveLocal
Function · 0.45
evaluateChange
Method · 0.45
CalculateLocalState
Method · 0.45
calculateLocalDirState
Method · 0.45
Directory
Function · 0.45
DirectoryExcludes
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected