Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ndleah/python-mini-project
/ get_all_feeds
Function
get_all_feeds
RSS_Manager/utils.py:41–44 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
39
40
41
def
get_all_feeds():
42
with
Session(engine)
as
session:
43
feeds = session.query(Subscription).all()
44
return
feeds
45
46
47
def
get_feed_by_id(feed_id: int):
Callers
1
get_rss_feeds
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected