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

Function info

src/kernels/kernel.ts:156–158  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

154 private _info?: KernelMessage.IInfoReplyMsg['content'];
155 private _startedAtLeastOnce?: boolean;
156 get info(): KernelMessage.IInfoReplyMsg['content'] | undefined {
157 return this._info;
158 }
159 get status(): KernelMessage.Status {
160 if (this._jupyterSessionPromise && !this._session) {
161 return 'starting';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected