Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
29
async
function
readDeepnote(filePath: string) {
30
return
deserializeDeepnoteFile(
await
fs.readFile(filePath,
'utf-8'
))
31
}
32
33
describe(
'deepnote_convert_to'
, () => {
34
let
tempDir: string
Callers
1
conversion.test.ts
File · 0.85
Calls
1
deserializeDeepnoteFile
Function · 0.90
Tested by
no test coverage detected