| 9 | import { emitInitResolverWarnings, loadAndResolveDeepnoteFile } from '../utils/load-and-resolve-init' |
| 10 | |
| 11 | export interface AnalyzeOptions { |
| 12 | output?: OutputFormat |
| 13 | notebook?: string |
| 14 | python?: string |
| 15 | } |
| 16 | |
| 17 | /** Structured analysis result for machine output */ |
| 18 | interface AnalyzeResult { |
nothing calls this directly
no outgoing calls
no test coverage detected