Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/git-bug/git-bug
/ Len
Method
Len
entities/bug/sorting.go:33–35 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
31
type
BugsByEditTime []*Bug
32
33
func
(b BugsByEditTime) Len() int {
34
return
len(b)
35
}
36
37
func
(b BugsByEditTime) Less(i, j int) bool {
38
if
b[i].EditLamportTime() < b[j].EditLamportTime() {
Callers
8
TestIdentityMutate
Function · 0.45
TestMetadata
Function · 0.45
TestIdentityRemove
Function · 0.45
TestEdit
Function · 0.45
TestCreate
Function · 0.45
TestSetMetadata
Function · 0.45
TestEntityPushPull
Function · 0.45
listLocalIds
Function · 0.45
Calls
no outgoing calls
Tested by
8
TestIdentityMutate
Function · 0.36
TestMetadata
Function · 0.36
TestIdentityRemove
Function · 0.36
TestEdit
Function · 0.36
TestCreate
Function · 0.36
TestSetMetadata
Function · 0.36
TestEntityPushPull
Function · 0.36
listLocalIds
Function · 0.36