| 87 | } |
| 88 | |
| 89 | export interface AnalysisResult { |
| 90 | stats: ProjectStats |
| 91 | lint: LintResult |
| 92 | dag: BlockDependencyDag |
| 93 | } |
| 94 | |
| 95 | // ============================================================================ |
| 96 | // Main Analysis Functions |
nothing calls this directly
no outgoing calls
no test coverage detected