Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/git-bug/git-bug
/ LastEdit
Method
LastEdit
api/graphql/models/lazy_bug.go:85–87 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
83
}
84
85
func
(lb *lazyBug) LastEdit() time.Time {
86
return
lb.excerpt.EditTime()
87
}
88
89
func
(lb *lazyBug) Status() common.Status {
90
return
lb.excerpt.Status
Callers
nothing calls this directly
Calls
1
EditTime
Method · 0.45
Tested by
no test coverage detected