MCPcopy
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

18type timeSlice []*model.Episode
19
20func (p timeSlice) Len() int {
21 return len(p)
22}
23
24// In descending order
25func (p timeSlice) Less(i, j int) bool {

Callers 4

TestBuildXMLFunction · 0.80
TestLoadConfigFunction · 0.80
TestLoadEmptyKeyListFunction · 0.80
TestApplyDefaultsFunction · 0.80

Calls

no outgoing calls

Tested by 4

TestBuildXMLFunction · 0.64
TestLoadConfigFunction · 0.64
TestLoadEmptyKeyListFunction · 0.64
TestApplyDefaultsFunction · 0.64