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

Method Join

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

Source from the content-addressed store, hash-verified

61}
62
63func (p localPath) Join(elem pathSpec) localPath {
64 return newLocalPath(filepath.Join(p.file, elem.String()))
65}
66
67func (p localPath) Glob() (matches []string, err error) {
68 return filepath.Glob(p.file)

Callers 15

newK8sUtilFunction · 0.45
GitCloneMethod · 0.45
checkAndInstallKubectlFunction · 0.45
JoinMethod · 0.45
userConfigFinderFunction · 0.45
systemConfigFinderFunction · 0.45
NewIncludeFunction · 0.45
StringMethod · 0.45
formatRequestFunction · 0.45
SparseCheckoutMethod · 0.45
DownloadFilesByGitMethod · 0.45

Calls 2

newLocalPathFunction · 0.85
StringMethod · 0.65

Tested by

no test coverage detected