MCPcopy Create free account
hub / github.com/deepnote/vscode-deepnote / on

Method on

src/notebooks/debugger/protocolParser.node.ts:19–19  ·  view source on GitHub ↗
(event: string | symbol, listener: Function)

Source from the content-addressed store, hash-verified

17 connect(stream: Readable): void;
18 once(event: string | symbol, listener: Function): this;
19 on(event: string | symbol, listener: Function): this;
20}
21
22/**

Callers 15

spawnAsyncFunction · 0.65
onMethod · 0.65
startDebuggingMethod · 0.65
sendMessageMethod · 0.65
handleMethod · 0.65
handleMethod · 0.65
index.node.tsFile · 0.65
unittests.tsFile · 0.65
launchTestMethod · 0.65
spawnFunction · 0.65
unzipFunction · 0.65

Implementers 1

ProtocolParsersrc/notebooks/debugger/protocolParser.

Calls

no outgoing calls

Tested by 3

handleMethod · 0.52
handleMethod · 0.52
spawnProcFunction · 0.52