MCPcopy 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
85func (lb *lazyBug) LastEdit() time.Time {
86 return lb.excerpt.EditTime()
87}
88
89func (lb *lazyBug) Status() common.Status {
90 return lb.excerpt.Status

Callers

nothing calls this directly

Calls 1

EditTimeMethod · 0.45

Tested by

no test coverage detected