MCPcopy 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

79func (lb *lazyBug) IsAuthored() {}
80
81func (lb *lazyBug) Id() entity.Id {
82 return lb.excerpt.Id()
83}
84
85func (lb *lazyBug) LastEdit() time.Time {
86 return lb.excerpt.EditTime()

Callers

nothing calls this directly

Calls 1

IdMethod · 0.65

Tested by

no test coverage detected