Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
88
type
commentsByTimestamp []*comment.Comment
89
90
// Interface methods for sorting comment threads by timestamp
91
func
(cs commentsByTimestamp) Len() int {
return
len(cs) }
Callers
2
TestCommentSorting
Function · 0.85
fixMutableThread
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected