MCPcopy
hub / github.com/go-git/go-git / Join

Method Join

storage/filesystem/dotgit/repository_filesystem.go:77–79  ·  view source on GitHub ↗
(elem ...string)

Source from the content-addressed store, hash-verified

75}
76
77func (fs *RepositoryFilesystem) Join(elem ...string) string {
78 return fs.dotGitFs.Join(elem...)
79}
80
81func (fs *RepositoryFilesystem) TempFile(dir, prefix string) (billy.File, error) {
82 return fs.mapToRepositoryFsByPath(dir).TempFile(dir, prefix)

Calls

no outgoing calls