MCPcopy Index your code
hub / github.com/go-git/go-git / Root

Method Root

storage/filesystem/dotgit/repository_filesystem.go:109–111  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

107}
108
109func (fs *RepositoryFilesystem) Root() string {
110 return fs.dotGitFs.Root()
111}

Calls

no outgoing calls