Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
29
func
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
newBugDeselectCommand
Function · 0.85
Calls
1
Clear
Method · 0.65
Tested by
no test coverage detected