MCPcopy Index your code
hub / github.com/deepnote/deepnote / dag.test.ts

File dag.test.ts

packages/reactivity/src/dag.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import assert from 'node:assert'
2import type { DeepnoteBlock } from '@deepnote/blocks'
3import { afterEach, describe, expect, it, vi } from 'vitest'
4import { getDagForBlocks, getDownstreamBlocks, getUpstreamBlocks } from './dag'

Callers

nothing calls this directly

Calls 4

getDagForBlocksFunction · 0.90
getDownstreamBlocksFunction · 0.90
getUpstreamBlocksFunction · 0.90
createBlocksFunction · 0.85

Tested by

no test coverage detected