Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/devspace-sh/devspace
/ _filePath
Function
_filePath
assets/assets.go:291–294 ·
view source on GitHub ↗
(dir, name string)
Source
from the content-addressed store, hash-verified
289
}
290
291
func
_filePath(dir, name string) string {
292
cannonicalName := strings.Replace(name,
"\\"
,
"/"
, -1)
293
return
filepath.Join(append([]string{dir}, strings.Split(cannonicalName,
"/"
)...)...)
294
}
Callers
1
RestoreAsset
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected