MCPcopy Create free account
hub / github.com/git-bug/git-bug / Edited

Method Edited

entities/bug/timeline.go:73–75  ·  view source on GitHub ↗

Edited say if the comment was edited

()

Source from the content-addressed store, hash-verified

71
72// Edited say if the comment was edited
73func (c *CommentTimelineItem) Edited() bool {
74 return len(c.History) > 1
75}
76
77// MessageIsEmpty return true is the message is empty or only made of spaces
78func (c *CommentTimelineItem) MessageIsEmpty() bool {

Callers 4

ComplexityMethod · 0.80
renderMainMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected