MCPcopy Create free account
hub / github.com/deepnote/vscode-deepnote / deepnoteDataConverter.unit.test.ts

File deepnoteDataConverter.unit.test.ts

src/notebooks/deepnote/deepnoteDataConverter.unit.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import type { DeepnoteBlock, ExecutableBlock } from '@deepnote/blocks';
2import { assert } from 'chai';
3import { NotebookCellKind, NotebookCellOutput, NotebookCellOutputItem, type NotebookCellData } from 'vscode';
4

Callers

nothing calls this directly

Calls 7

convertBlocksToCellsMethod · 0.80
convertCellsToBlocksMethod · 0.80
matchMethod · 0.80
mapMethod · 0.80
decodeMethod · 0.65
sortMethod · 0.65
parseMethod · 0.65

Tested by

no test coverage detected