Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
53
def
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
60
def
delete_feed_from_db(url: str):
Callers
1
get_feed_articles
Function · 0.90
Calls
3
articles
Method · 0.95
get_feed_by_id
Function · 0.85
Feed
Class · 0.85
Tested by
no test coverage detected