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

Class

server/database/cache.ts:12–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10// The cache is a singleton
11
12export class HnCache {
13 isReady = false;
14
15 /* Feeds - Arrays of post ids in descending rank order */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected