MCPcopy Index your code
hub / github.com/git-bug/git-bug / runBugStatusOpen

Function runBugStatusOpen

commands/bug/bug_status_open.go:23–35  ·  view source on GitHub ↗
(env *execenv.Env, args []string)

Source from the content-addressed store, hash-verified

21}
22
23func runBugStatusOpen(env *execenv.Env, args []string) error {
24 b, _, err := ResolveSelected(env.Backend, args)
25 if err != nil {
26 return err
27 }
28
29 _, err = b.Open()
30 if err != nil {
31 return err
32 }
33
34 return b.Commit()
35}

Callers 1

newBugStatusOpenCommandFunction · 0.85

Calls 3

ResolveSelectedFunction · 0.85
CommitMethod · 0.65
OpenMethod · 0.45

Tested by

no test coverage detected