MCPcopy 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
51func (p localPath) Dir() localPath {
52 return newLocalPath(filepath.Dir(p.file))
53}
54
55func (p localPath) Base() localPath {
56 return newLocalPath(filepath.Base(p.file))

Callers 10

DirMethod · 0.45
CopyFileMethod · 0.45
writeToFileFunction · 0.45
SaveTempFilesMethod · 0.45
newK8sConfigFunction · 0.45
copyConfigToPodFunction · 0.45
copyAgentToPodFunction · 0.45

Calls 1

newLocalPathFunction · 0.85

Tested by

no test coverage detected