Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
9
type
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
Export
Function · 0.65
profileUpdateEntries
Function · 0.65
profileApply
Function · 0.65
profileUnapply
Function · 0.65
List
Function · 0.65
Implementers
2
Config
internal/config/config.go
storageMock
cmd/mock.go
Calls
no outgoing calls
Tested by
no test coverage detected