Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git-bug/git-bug
/ LastEdit
Method
LastEdit
api/graphql/models/lazy_bug.go:167–169 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
165
}
166
167
func
(l *loadedBug) LastEdit() time.Time {
168
return
l.Snapshot.EditTime()
169
}
170
171
func
(l *loadedBug) Status() common.Status {
172
return
l.Snapshot.Status
Callers
nothing calls this directly
Calls
1
EditTime
Method · 0.45
Tested by
no test coverage detected