MCPcopy 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}
263func (h helperFileInfo) ModTime() time.Time {
264 return time.Now()
265}
266func (h helperFileInfo) IsDir() bool {
267 return false
268}

Callers 9

gatherChangesMethod · 0.45
untarNextMethod · 0.45
shouldRemoveLocalFunction · 0.45
evaluateChangeMethod · 0.45
CalculateLocalStateMethod · 0.45
DirectoryFunction · 0.45
DirectoryExcludesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected