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

Method onDidChangeStatus

src/kernels/kernelFinder.ts:42–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40 }
41 private readonly _onDidChangeStatus = this._register(new EventEmitter<void>());
42 public get onDidChangeStatus(): Event<void> {
43 return this._onDidChangeStatus.event;
44 }
45 constructor(@inject(IDisposableRegistry) disposables: IDisposableRegistry) {
46 super();
47 disposables.push(this);

Calls

no outgoing calls

Tested by

no test coverage detected