MCPcopy Create free account
hub / github.com/Linen-dev/linen.dev /

Class

apps/web/services/feed/index.ts:56–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54);
55
56export default class FeedService {
57 static async get({ lastReplyAt }: { lastReplyAt?: number }) {
58 let accounts: accountsType[] = [];
59 let ids: string[] = [];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected