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

Method Join

cli/pkg/k8s/filespec.go:112–114  ·  view source on GitHub ↗
(elem pathSpec)

Source from the content-addressed store, hash-verified

110}
111
112func (p remotePath) Join(elem pathSpec) remotePath {
113 return newRemotePath(path.Join(p.file, elem.String()))
114}
115
116func (p remotePath) StripShortcuts() remotePath {
117 p = p.Clean()

Callers

nothing calls this directly

Calls 3

newRemotePathFunction · 0.85
StringMethod · 0.65
JoinMethod · 0.45

Tested by

no test coverage detected