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