Detect framework-specific patterns and metadata from the entire codebase
(rootPath: string)
| 25 | |
| 26 | /** Detect framework-specific patterns and metadata from the entire codebase */ |
| 27 | detectCodebaseMetadata(rootPath: string): Promise<CodebaseMetadata>; |
| 28 | |
| 29 | /** |
| 30 | * Generate a concise summary of a code chunk (1-2 sentences) |
no outgoing calls
no test coverage detected