MCPcopy Create free account
hub / github.com/clintonwoo/hackernews-react-graphql / getHotNews

Method getHotNews

server/database/database.ts:200–202  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

198 }
199
200 getHotNews(): NewsItemModel[] {
201 return sampleData.newsItems;
202 }
203
204 getNewsItems(): NewsItemModel[] {
205 return sampleData.newsItems;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected