Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dotzero/git-profile
/ Del
Function
Del
cmd/del.go:14–16 ·
view source on GitHub ↗
Del returns `del` command
(cfg storage)
Source
from the content-addressed store, hash-verified
12
13
// Del returns `del` command
14
func
Del(cfg storage) *cobra.Command {
15
return
delCommand(cfg, ui.SelectProfile)
16
}
17
18
//nolint:funlen
19
func
delCommand(
Callers
3
TestDel
Function · 0.85
TestDelKey
Function · 0.85
init
Method · 0.85
Calls
1
delCommand
Function · 0.85
Tested by
2
TestDel
Function · 0.68
TestDelKey
Function · 0.68