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

Method Get

cmd/interfaces.go:22–22  ·  view source on GitHub ↗
(key string)

Source from the content-addressed store, hash-verified

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

Callers 2

CurrentFunction · 0.65
unuseProfileResolveFunction · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected