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

Struct Repository

repository.go:73–78  ·  view source on GitHub ↗

Repository represents a git repository

Source from the content-addressed store, hash-verified

71
72// Repository represents a git repository
73type Repository struct {
74 Storer storage.Storer
75
76 r map[string]*Remote
77 wt billy.Filesystem
78}
79
80type InitOptions struct {
81 // The default branch (e.g. "refs/heads/master")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected