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

Interface DagNode

packages/reactivity/src/types.ts:21–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19})
20
21export interface DagNode {
22 id: string
23 inputVariables: string[]
24 importedModules: string[]
25 importedPackages?: string[]
26 order: number
27 outputVariables: string[]
28 usedImportedModules: string[]
29 error: BlockError | null
30}
31
32export interface DagEdge {
33 from: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected