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

Interface DagEdge

packages/reactivity/src/types.ts:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32export interface DagEdge {
33 from: string
34 to: string
35 inputVariables: string[]
36}
37
38export interface BlockDependencyDag {
39 nodes: DagNode[]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected