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

Method Clean

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

Source from the content-addressed store, hash-verified

106}
107
108func (p remotePath) Clean() remotePath {
109 return newRemotePath(path.Clean(p.file))
110}
111
112func (p remotePath) Join(elem pathSpec) remotePath {
113 return newRemotePath(path.Join(p.file, elem.String()))

Callers 1

StripShortcutsMethod · 0.95

Calls 2

newRemotePathFunction · 0.85
CleanMethod · 0.45

Tested by

no test coverage detected