MCPcopy 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
14func Use(cfg storage, v vcs) *cobra.Command {
15 return useCommand(cfg, v, ui.SelectProfile)
16}
17
18func useCommand(
19 cfg storage,

Callers 2

initMethod · 0.85
TestUseFunction · 0.85

Calls 1

useCommandFunction · 0.85

Tested by 1

TestUseFunction · 0.68