Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
137
func
(lb *lazyBug) CreatedAt() time.Time {
138
return
lb.excerpt.CreateTime()
139
}
140
141
func
(lb *lazyBug) Timeline() ([]bug.TimelineItem, error) {
142
err := lb.load()
Callers
nothing calls this directly
Calls
1
CreateTime
Method · 0.65
Tested by
no test coverage detected