MCPcopy Create free account
hub / github.com/deepnote/deepnote / AnalyzeOptions

Interface AnalyzeOptions

packages/cli/src/commands/analyze.ts:11–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected