Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
46
func
newShowBug(cache *cache.RepoCache) *showBug {
47
return
&showBug{
48
cache: cache,
49
}
50
}
51
52
func
(sb *showBug) SetBug(bug *cache.BugCache) {
53
sb.bug = bug
Callers
1
Run
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected