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

Function NewLoadedBug

api/graphql/models/lazy_bug.go:163–165  ·  view source on GitHub ↗
(snap *bug.Snapshot)

Source from the content-addressed store, hash-verified

161}
162
163func NewLoadedBug(snap *bug.Snapshot) *loadedBug {
164 return &loadedBug{Snapshot: snap}
165}
166
167func (l *loadedBug) LastEdit() time.Time {
168 return l.Snapshot.EditTime()

Callers 9

BugCreateMethod · 0.92
BugAddCommentMethod · 0.92
BugAddCommentAndCloseMethod · 0.92
BugEditCommentMethod · 0.92
BugChangeLabelsMethod · 0.92
BugStatusOpenMethod · 0.92
BugStatusCloseMethod · 0.92
BugSetTitleMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected