Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenAtomFoundation/SmartIDE
/ Base
Method
Base
cli/pkg/k8s/filespec.go:55–57 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
53
}
54
55
func
(p localPath) Base() localPath {
56
return
newLocalPath(filepath.Base(p.file))
57
}
58
59
func
(p localPath) Clean() localPath {
60
return
newLocalPath(filepath.Clean(p.file))
Callers
9
CopyToPod
Method · 0.45
Base
Method · 0.45
getReader
Function · 0.45
SaveK8STempYaml
Method · 0.45
GetWebTerminalCompose
Function · 0.45
printWorkspaces
Function · 0.45
GetWorkspaceFromCmd
Function · 0.45
ExecuteK8s_ServerWS_ServerEnv
Function · 0.45
ExecuteK8s_LocalWS_LocalEnv
Function · 0.45
Calls
1
newLocalPath
Function · 0.85
Tested by
no test coverage detected