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

Function newShowBug

termui/show_bug.go:46–50  ·  view source on GitHub ↗
(cache *cache.RepoCache)

Source from the content-addressed store, hash-verified

44}
45
46func newShowBug(cache *cache.RepoCache) *showBug {
47 return &showBug{
48 cache: cache,
49 }
50}
51
52func (sb *showBug) SetBug(bug *cache.BugCache) {
53 sb.bug = bug

Callers 1

RunFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected