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

File lookup.test.ts

packages/convert/src/snapshot/lookup.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import fs from 'node:fs/promises'
2import { resolve } from 'node:path'
3import type { DeepnoteFile } from '@deepnote/blocks'
4import { afterEach, beforeEach, describe, expect, it, vi } from 'vitest'

Callers

nothing calls this directly

Calls 10

parseSnapshotFilenameFunction · 0.90
generateSnapshotFilenameFunction · 0.90
getSnapshotDirFunction · 0.90
getSnapshotPathFunction · 0.90
parseSourceFilePathFunction · 0.90
findSnapshotsForProjectFunction · 0.90
loadSnapshotFileFunction · 0.90
loadLatestSnapshotFunction · 0.90
snapshotExistsFunction · 0.90
createSingleNotebookFileFunction · 0.85

Tested by

no test coverage detected