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

Method all

src/test/common.ts:133–135  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

131 return this.handledEvents.length;
132 }
133 public get all(): T[] {
134 return this.handledEvents;
135 }
136 private readonly handler: IDisposable;
137 private readonly cancellationToken: {
138 isCancellationRequested: boolean;

Calls

no outgoing calls