MCPcopy Create free account
hub / github.com/dotzero/git-profile / IsRepository

Method IsRepository

cmd/interfaces.go:21–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19
20type vcs interface {
21 IsRepository() bool
22 Get(key string) (string, error)
23 Set(key string, value string) error
24 Unset(key string) error

Callers 1

checkFunction · 0.65

Implementers 2

Gitinternal/git/git.go
vcsMockcmd/mock.go

Calls

no outgoing calls

Tested by

no test coverage detected