MCPcopy 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
55func (p localPath) Base() localPath {
56 return newLocalPath(filepath.Base(p.file))
57}
58
59func (p localPath) Clean() localPath {
60 return newLocalPath(filepath.Clean(p.file))

Callers 9

CopyToPodMethod · 0.45
BaseMethod · 0.45
getReaderFunction · 0.45
SaveK8STempYamlMethod · 0.45
GetWebTerminalComposeFunction · 0.45
printWorkspacesFunction · 0.45
GetWorkspaceFromCmdFunction · 0.45

Calls 1

newLocalPathFunction · 0.85

Tested by

no test coverage detected