MCPcopy Index your code
hub / github.com/ndleah/python-mini-project / get_articles_for_feed

Function get_articles_for_feed

RSS_Manager/utils.py:53–57  ·  view source on GitHub ↗
(feed_id: int)

Source from the content-addressed store, hash-verified

51
52
53def get_articles_for_feed(feed_id: int):
54 feed_db = get_feed_by_id(feed_id)
55 feed = Feed(feed_db.url)
56 articles = feed.articles()
57 return articles
58
59
60def delete_feed_from_db(url: str):

Callers 1

get_feed_articlesFunction · 0.90

Calls 3

articlesMethod · 0.95
get_feed_by_idFunction · 0.85
FeedClass · 0.85

Tested by

no test coverage detected