Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mxpv/podsync
/ Len
Method
Len
pkg/feed/xml.go:20–22 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
18
type
timeSlice []*model.Episode
19
20
func
(p timeSlice) Len() int {
21
return
len(p)
22
}
23
24
// In descending order
25
func
(p timeSlice) Less(i, j int) bool {
Callers
4
TestBuildXML
Function · 0.80
TestLoadConfig
Function · 0.80
TestLoadEmptyKeyList
Function · 0.80
TestApplyDefaults
Function · 0.80
Calls
no outgoing calls
Tested by
4
TestBuildXML
Function · 0.64
TestLoadConfig
Function · 0.64
TestLoadEmptyKeyList
Function · 0.64
TestApplyDefaults
Function · 0.64