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

Function onAnyMessage

src/kernels/common/baseJupyterSessionConnection.ts:194–196  ·  view source on GitHub ↗
(_: unknown, value: Kernel.IAnyMessageArgs)

Source from the content-addressed store, hash-verified

192 this.unhandledMessage.emit(value);
193 }
194 private onAnyMessage(_: unknown, value: Kernel.IAnyMessageArgs) {
195 this.anyMessage.emit(value);
196 }
197 private onPendingInput(_: unknown, value: boolean) {
198 this.pendingInput.emit(value);
199 }

Callers

nothing calls this directly

Calls 1

emitMethod · 0.45

Tested by

no test coverage detected