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

Method analyze

src/types/index.ts:24–24  ·  view source on GitHub ↗

Parse a file and extract structured information

(filePath: string, content: string)

Source from the content-addressed store, hash-verified

22
23 /** Parse a file and extract structured information */
24 analyze(filePath: string, content: string): Promise<AnalysisResult>;
25
26 /** Detect framework-specific patterns and metadata from the entire codebase */
27 detectCodebaseMetadata(rootPath: string): Promise<CodebaseMetadata>;

Implementers 4

AngularAnalyzersrc/analyzers/angular/index.ts
ReactAnalyzersrc/analyzers/react/index.ts
NextJsAnalyzersrc/analyzers/nextjs/index.ts
GenericAnalyzersrc/analyzers/generic/index.ts

Calls

no outgoing calls

Tested by

no test coverage detected