MCPcopy Index your code
hub / github.com/dotnet/vscode-csharp / post

Method post

src/eventStream.ts:15–17  ·  view source on GitHub ↗
(event: BaseEvent)

Source from the content-addressed store, hash-verified

13 }
14
15 public post(event: BaseEvent) {
16 this.sink.next(event);
17 }
18
19 public subscribe(eventHandler: (event: BaseEvent) => void): Subscription {
20 return this.sink.subscribe(eventHandler);

Calls

no outgoing calls

Tested by 1

fnFunction · 0.64