MCPcopy Create free account
hub / github.com/google/git-appraise / commentsByTimestamp

TypeAlias commentsByTimestamp

review/review.go:88–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88type commentsByTimestamp []*comment.Comment
89
90// Interface methods for sorting comment threads by timestamp
91func (cs commentsByTimestamp) Len() int { return len(cs) }

Callers 2

TestCommentSortingFunction · 0.85
fixMutableThreadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected