MCPcopy Index your code
hub / github.com/PatrickSys/codebase-context / LibraryUsageStats

Interface LibraryUsageStats

src/utils/usage-tracker.ts:15–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13export type { PatternTrend };
14
15export interface LibraryUsageStats {
16 [libraryPath: string]: {
17 count: number;
18 examples: string[];
19 };
20}
21
22/** Runtime pattern candidate — extends the base with fields only needed during indexing */
23type RuntimePatternPrimary = PatternCandidateBase & {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected