MCPcopy Create free account
hub / github.com/dotzero/git-profile / Unuse

Function Unuse

cmd/unuse.go:13–15  ·  view source on GitHub ↗

Unuse returns `unuse` command

(cfg storage, v vcs)

Source from the content-addressed store, hash-verified

11
12// Unuse returns `unuse` command
13func Unuse(cfg storage, v vcs) *cobra.Command {
14 return unuseCommand(cfg, v)
15}
16
17func unuseCommand(cfg storage, v vcs) *cobra.Command {
18 return &cobra.Command{

Callers 2

initMethod · 0.85
TestUnuseFunction · 0.85

Calls 1

unuseCommandFunction · 0.85

Tested by 1

TestUnuseFunction · 0.68