Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git-bug/git-bug
/ Id
Method
Id
api/graphql/models/lazy_bug.go:81–83 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
79
func
(lb *lazyBug) IsAuthored() {}
80
81
func
(lb *lazyBug) Id() entity.Id {
82
return
lb.excerpt.Id()
83
}
84
85
func
(lb *lazyBug) LastEdit() time.Time {
86
return
lb.excerpt.EditTime()
Callers
nothing calls this directly
Calls
1
Id
Method · 0.65
Tested by
no test coverage detected