MCPcopy Create free account
hub / github.com/belak/gitdir / RepoType

TypeAlias RepoType

repo.go:11–11  ·  view source on GitHub ↗

RepoType represents the different types of repositories that can be accessed.

Source from the content-addressed store, hash-verified

9
10// RepoType represents the different types of repositories that can be accessed.
11type RepoType int
12
13// RepoType defaults to RepoTypeAdmin to make sure that if this is improperly
14// set, the only way to access it is by being an admin.

Callers 2

TestRepoTypeStringerFunction · 0.85
TestRepoLookupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected