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

Interface TimelineItem

entities/bug/timeline.go:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10)
11
12type TimelineItem interface {
13 // CombinedId returns the global identifier of the item
14 CombinedId() entity.CombinedId
15}
16
17// CommentHistoryStep hold one version of a message in the history
18type CommentHistoryStep struct {

Callers 8

ResolveCommentMethod · 0.65
ensureIssueEventMethod · 0.65
NewBugCommentFunction · 0.65
showDefaultFormatterFunction · 0.65
runBugCommentFunction · 0.65
ApplyMethod · 0.65
TestCreateFunction · 0.65
SearchTimelineItemMethod · 0.65

Implementers 5

LabelChangeTimelineItementities/bug/op_label_change.go
CommentTimelineItementities/bug/timeline.go
SetStatusTimelineItementities/bug/op_set_status.go
Commententities/bug/comment.go
SetTitleTimelineItementities/bug/op_set_title.go

Calls

no outgoing calls

Tested by

no test coverage detected