MCPcopy Create free account
hub / github.com/0010aor/FlashNotes / StatsRepository

Interface StatsRepository

frontend/src/repositories/stats/StatsRepository.ts:3–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import type { CollectionStats } from '@/client/types.gen'
2
3export interface StatsRepository {
4 getCollectionStats(collectionId: string, limit?: number): Promise<CollectionStats>
5}

Callers 1

getCollectionStatsFunction · 0.65

Implementers 2

ApiStatsRepositoryfrontend/src/repositories/stats/ApiSta
LocalStatsRepositoryfrontend/src/repositories/stats/LocalS

Calls

no outgoing calls

Tested by

no test coverage detected