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

Method Mode

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

Source from the content-addressed store, hash-verified

258 return int64(len([]byte(h)))
259}
260func (h helperFileInfo) Mode() os.FileMode {
261 return 0777
262}
263func (h helperFileInfo) ModTime() time.Time {
264 return time.Now()
265}

Callers 13

recursiveTarFunction · 0.45
untarAllFunction · 0.45
untarFunction · 0.45
untarNextMethod · 0.45
tarFileMethod · 0.45
fillGo18FileTypeBitsFunction · 0.45
shouldRemoveLocalFunction · 0.45
evaluateChangeMethod · 0.45
CalculateLocalStateMethod · 0.45
IsRecursiveSymlinkFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected