MCPcopy Create free account
hub / github.com/FloatTech/ZeroBot-Plugin-Playground / IfNeedUpdate

Method IfNeedUpdate

plugin/rsshub/domain/model.go:66–71  ·  view source on GitHub ↗

IfNeedUpdate ...

(cmp *RssSource)

Source from the content-addressed store, hash-verified

64
65// IfNeedUpdate ...
66func (r RssSource) IfNeedUpdate(cmp *RssSource) bool {
67 if r.Link != cmp.Link {
68 return false
69 }
70 return r.UpdatedParsed.Unix() < cmp.UpdatedParsed.Unix()
71}
72
73// RssContent 订阅的RSS频道的推送信息
74type RssContent struct {

Callers 1

checkSourceNeedUpdateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected