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

Function ResolveSelected

commands/bug/bug_select.go:14–16  ·  view source on GitHub ↗
(repo *cache.RepoCache, args []string)

Source from the content-addressed store, hash-verified

12)
13
14func ResolveSelected(repo *cache.RepoCache, args []string) (*cache.BugCache, []string, error) {
15 return _select.Resolve[*cache.BugCache](repo, bug.Typename, bug.Namespace, repo.Bugs(), args)
16}
17
18func newBugSelectCommand(env *execenv.Env) *cobra.Command {
19 cmd := &cobra.Command{

Callers 12

runBugStatusCloseFunction · 0.85
runBugLabelNewFunction · 0.85
runBugShowFunction · 0.85
BugAndLabelsCompletionFunction · 0.85
runBugCommentNewFunction · 0.85
runBugCommentFunction · 0.85
runBugTitleEditFunction · 0.85
runBugLabelRmFunction · 0.85
runBugTitleFunction · 0.85
runBugLabelFunction · 0.85
runBugStatusFunction · 0.85
runBugStatusOpenFunction · 0.85

Calls 2

BugsMethod · 0.80
ResolveMethod · 0.65

Tested by

no test coverage detected