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

Method Lookup

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

Source from the content-addressed store, hash-verified

9type storage interface {
10 Len() int
11 Lookup(name string) ([]config.Entry, bool)
12 Names() []string
13 Delete(profile string, value string) bool
14 DeleteProfile(profile string) bool

Callers 5

ExportFunction · 0.65
profileUpdateEntriesFunction · 0.65
profileApplyFunction · 0.65
profileUnapplyFunction · 0.65
ListFunction · 0.65

Implementers 2

Configinternal/config/config.go
storageMockcmd/mock.go

Calls

no outgoing calls

Tested by

no test coverage detected