MCPcopy Create free account
hub / github.com/OpenAtomFoundation/SmartIDE / Clean

Method Clean

cli/pkg/k8s/filespec.go:59–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57}
58
59func (p localPath) Clean() localPath {
60 return newLocalPath(filepath.Clean(p.file))
61}
62
63func (p localPath) Join(elem pathSpec) localPath {
64 return newLocalPath(filepath.Join(p.file, elem.String()))

Callers 2

CleanMethod · 0.45
isSystemFunction · 0.45

Calls 1

newLocalPathFunction · 0.85

Tested by

no test coverage detected