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

Interface DryRunBlockInfo

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

Info about a block in a dry run

Source from the content-addressed store, hash-verified

174
175/** Info about a block in a dry run */
176interface DryRunBlockInfo {
177 id: string
178 type: string
179 label: string
180 notebook: string
181}
182
183/** Dry run result for JSON output */
184interface DryRunResult {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected