Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
type
{ CollectionStats } from
'@/client/types.gen'
2
3
export
interface
StatsRepository {
4
getCollectionStats(collectionId: string, limit?: number): Promise<CollectionStats>
5
}
Callers
1
getCollectionStats
Function · 0.65
Implementers
2
ApiStatsRepository
frontend/src/repositories/stats/ApiSta
LocalStatsRepository
frontend/src/repositories/stats/LocalS
Calls
no outgoing calls
Tested by
no test coverage detected