MCPcopy Index your code
hub / github.com/git-bug/git-bug / CreatedAt

Method CreatedAt

api/graphql/models/lazy_bug.go:137–139  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

135}
136
137func (lb *lazyBug) CreatedAt() time.Time {
138 return lb.excerpt.CreateTime()
139}
140
141func (lb *lazyBug) Timeline() ([]bug.TimelineItem, error) {
142 err := lb.load()

Callers

nothing calls this directly

Calls 1

CreateTimeMethod · 0.65

Tested by

no test coverage detected