MCPcopy
hub / github.com/deepnote/deepnote / GetBlocksWithDepsSuccessResult

Interface GetBlocksWithDepsSuccessResult

packages/reactivity/src/dag.ts:16–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14export type UpstreamBlocksStatus = 'success' | 'missing-deps' | 'fatal'
15
16export interface GetBlocksWithDepsSuccessResult {
17 status: 'success' | 'missing-deps'
18 blocksToExecuteWithDeps: DeepnoteBlock[]
19 newlyComputedBlocksContentDeps: BlockContentDepsWithOrder[]
20}
21
22export type GetUpstreamBlocksResult =
23 | GetBlocksWithDepsSuccessResult

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected