MCPcopy Create free account
hub / github.com/PatrickSys/codebase-context / analyzer-registry.test.ts

File analyzer-registry.test.ts

tests/analyzer-registry.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, it, expect, vi } from 'vitest';
2import { analyzerRegistry, AnalyzerRegistry } from '../src/core/analyzer-registry';
3import { AngularAnalyzer } from '../src/analyzers/angular/index';
4import { NextJsAnalyzer } from '../src/analyzers/nextjs/index';

Callers

nothing calls this directly

Calls 4

registerMethod · 0.80
analyzeFileMethod · 0.80
getAllMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected