MCPcopy Create free account
hub / github.com/git-bug/git-bug / runBugDeselect

Function runBugDeselect

commands/bug/bug_deselect.go:29–36  ·  view source on GitHub ↗
(env *execenv.Env)

Source from the content-addressed store, hash-verified

27}
28
29func runBugDeselect(env *execenv.Env) error {
30 err := _select.Clear(env.Backend, bug.Namespace)
31 if err != nil {
32 return err
33 }
34
35 return nil
36}

Callers 1

newBugDeselectCommandFunction · 0.85

Calls 1

ClearMethod · 0.65

Tested by

no test coverage detected