Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenAtomFoundation/SmartIDE
/ Dir
Method
Dir
cli/pkg/k8s/filespec.go:51–53 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
49
}
50
51
func
(p localPath) Dir() localPath {
52
return
newLocalPath(filepath.Dir(p.file))
53
}
54
55
func
(p localPath) Base() localPath {
56
return
newLocalPath(filepath.Base(p.file))
Callers
10
Dir
Method · 0.45
CopyFile
Method · 0.45
SkipStrictHostKeyChecking
Method · 0.45
writeToFile
Function · 0.45
SaveTempFiles
Method · 0.45
checkLocalGitignoreContainTmpDir
Function · 0.45
newK8sConfig
Function · 0.45
getLinkDockerComposeFile
Method · 0.45
copyConfigToPod
Function · 0.45
copyAgentToPod
Function · 0.45
Calls
1
newLocalPath
Function · 0.85
Tested by
no test coverage detected