Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DoNewsCode/core
/ Len
Method
Len
otgorm/seeding.go:32–34 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
30
}
31
32
func
(s *Seeds) Len() int {
33
return
len(s.Collection)
34
}
35
36
func
(s *Seeds) Less(i, j int) bool {
37
ivalue, _ := strconv.ParseInt(s.Collection[i].ID, 10, 64)
Callers
7
TestC_Provide
Function · 0.45
TestFactory
Function · 0.45
TestModule_ProvideCommand
Function · 0.45
TestHook_raw
Function · 0.45
TestTransport_RoundTrip
Function · 0.45
TestWriter
Function · 0.45
TestManager_UploadFromUrl
Function · 0.45
Calls
no outgoing calls
Tested by
7
TestC_Provide
Function · 0.36
TestFactory
Function · 0.36
TestModule_ProvideCommand
Function · 0.36
TestHook_raw
Function · 0.36
TestTransport_RoundTrip
Function · 0.36
TestWriter
Function · 0.36
TestManager_UploadFromUrl
Function · 0.36