Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
20
type
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
check
Function · 0.65
Implementers
2
Git
internal/git/git.go
vcsMock
cmd/mock.go
Calls
no outgoing calls
Tested by
no test coverage detected