MCPcopy Create free account
hub / github.com/Donnadieu/Epstein-File-Explorer / getAIAnalysisAggregate

Method getAIAnalysisAggregate

server/storage.ts:127–127  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

125 getAIAnalysisList(opts: { page: number; limit: number; search?: string; documentType?: string; dataSet?: string }): Promise<{ data: AIAnalysisListItem[]; total: number }>;
126 getAIAnalysis(fileName: string): Promise<AIAnalysisDocument | null>;
127 getAIAnalysisAggregate(): Promise<AIAnalysisAggregate>;
128
129 recordPageView(entityType: string, entityId: number, sessionId: string): Promise<void>;
130 getViewCounts(entityType: string, ids: number[]): Promise<Record<number, number>>;

Callers 2

registerRoutesFunction · 0.65
ai-analyses.tsFile · 0.65

Implementers 1

DatabaseStorageserver/storage.ts

Calls

no outgoing calls

Tested by

no test coverage detected