Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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);
Callers
15
activate
Function · 0.95
informationMessageObserver.test.ts
File · 0.80
omnisharpStatusBarObserver.test.ts
File · 0.80
warningMessageObserver.test.ts
File · 0.80
dotnetTestLoggerObserver.test.ts
File · 0.80
omnisharpLoggerObserver.test.ts
File · 0.80
fn
Function · 0.80
backgroundWorkStatusBarObserver.test.ts
File · 0.80
dotnetTestChannelObserver.test.ts
File · 0.80
errorMessageObserver.test.ts
File · 0.80
omnisharpChannelObserver.test.ts
File · 0.80
razorLoggerObserver.test.ts
File · 0.80
Calls
no outgoing calls
Tested by
1
fn
Function · 0.64