Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
}
260
func
(h helperFileInfo) Mode() os.FileMode {
261
return
0777
262
}
263
func
(h helperFileInfo) ModTime() time.Time {
264
return
time.Now()
265
}
Callers
13
recursiveTar
Function · 0.45
untarAll
Function · 0.45
untar
Function · 0.45
untarNext
Method · 0.45
tarFile
Method · 0.45
fillGo18FileTypeBits
Function · 0.45
createFileInformationFromStat
Function · 0.45
shouldRemoveLocal
Function · 0.45
evaluateChange
Method · 0.45
CalculateLocalState
Method · 0.45
calculateLocalDirState
Method · 0.45
IsRecursiveSymlink
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected