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

Method Base

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

Source from the content-addressed store, hash-verified

102}
103
104func (p remotePath) Base() remotePath {
105 return newRemotePath(path.Base(p.file))
106}
107
108func (p remotePath) Clean() remotePath {
109 return newRemotePath(path.Clean(p.file))

Callers

nothing calls this directly

Calls 2

newRemotePathFunction · 0.85
BaseMethod · 0.45

Tested by

no test coverage detected