Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenAtomFoundation/SmartIDE
/ Clean
Method
Clean
cli/pkg/k8s/filespec.go:59–61 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
57
}
58
59
func
(p localPath) Clean() localPath {
60
return
newLocalPath(filepath.Clean(p.file))
61
}
62
63
func
(p localPath) Join(elem pathSpec) localPath {
64
return
newLocalPath(filepath.Join(p.file, elem.String()))
Callers
2
Clean
Method · 0.45
isSystem
Function · 0.45
Calls
1
newLocalPath
Function · 0.85
Tested by
no test coverage detected