Code
Hub
Trending
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/deepnote/deepnote
/ extractResult
Function
extractResult
packages/mcp/src/tools/conversion.test.ts:13–15 ·
view source on GitHub ↗
(response: ToolResponse)
Source
from the content-addressed store, hash-verified
11
}
12
13
function
extractResult(response: ToolResponse): Record<string, unknown> {
14
return
JSON.parse(response.content[0].text)
15
}
16
17
function
minimalIpynb(source: string): string {
18
return
JSON.stringify({
Callers
1
conversion.test.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected