Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dotzero/git-profile
/ Len
Method
Len
cmd/interfaces.go:10–10 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
8
9
type
storage
interface
{
10
Len() int
11
Lookup(name string) ([]config.Entry, bool)
12
Names() []string
13
Delete(profile string, value string) bool
Callers
1
check
Function · 0.65
Implementers
2
Config
internal/config/config.go
storageMock
cmd/mock.go
Calls
no outgoing calls
Tested by
no test coverage detected