MCPcopy Index your code
hub / github.com/deepnote/deepnote / readDeepnote

Function readDeepnote

packages/mcp/src/tools/conversion.test.ts:29–31  ·  view source on GitHub ↗
(filePath: string)

Source from the content-addressed store, hash-verified

27}
28
29async function readDeepnote(filePath: string) {
30 return deserializeDeepnoteFile(await fs.readFile(filePath, 'utf-8'))
31}
32
33describe('deepnote_convert_to', () => {
34 let tempDir: string

Callers 1

conversion.test.tsFile · 0.85

Calls 1

deserializeDeepnoteFileFunction · 0.90

Tested by

no test coverage detected