Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deepnote/deepnote
/
Class
packages/runtime-core/src/execution-engine.ts:99–99 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
97
* ```
98
*/
99
export
class
ExecutionEngine {
100
private server: ServerInfo | null = null
101
private kernel: KernelClient | null = null
102
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected