Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenAtomFoundation/SmartIDE
/ Dir
Method
Dir
cli/pkg/k8s/filespec.go:100–102 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
98
}
99
100
func
(p remotePath) Dir() remotePath {
101
return
newRemotePath(path.Dir(p.file))
102
}
103
104
func
(p remotePath) Base() remotePath {
105
return
newRemotePath(path.Base(p.file))
Callers
nothing calls this directly
Calls
2
newRemotePath
Function · 0.85
Dir
Method · 0.45
Tested by
no test coverage detected