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

Interface DryRunResult

packages/cli/src/commands/run.ts:184–189  ·  view source on GitHub ↗

Dry run result for JSON output

Source from the content-addressed store, hash-verified

182
183/** Dry run result for JSON output */
184interface DryRunResult {
185 dryRun: true
186 path: string
187 totalBlocks: number
188 blocks: DryRunBlockInfo[]
189}
190
191interface ProjectSetup {
192 absolutePath: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected