MCPcopy 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
167func (l *loadedBug) LastEdit() time.Time {
168 return l.Snapshot.EditTime()
169}
170
171func (l *loadedBug) Status() common.Status {
172 return l.Snapshot.Status

Callers

nothing calls this directly

Calls 1

EditTimeMethod · 0.45

Tested by

no test coverage detected