MCPcopy Create free account
hub / github.com/agent-tower/core / getEventBus

Function getEventBus

packages/server/src/core/container.ts:22–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20let workspaceBackgroundService: WorkspaceBackgroundService | null = null;
21
22export function getEventBus(): EventBus {
23 if (!eventBus) {
24 eventBus = new EventBus();
25 }
26 return eventBus;
27}
28
29export function getSessionManager(): SessionManager {
30 if (!sessionManager) {

Callers 14

getSessionManagerFunction · 0.85
getTerminalManagerFunction · 0.85
getNotificationServiceFunction · 0.85
taskRoutesFunction · 0.85
emitTeamRunInvalidatedFunction · 0.85
constructorMethod · 0.85
WorkspaceServiceClass · 0.85
buildSocketGatewayFunction · 0.85

Calls

no outgoing calls

Tested by 2

buildSocketGatewayFunction · 0.68
buildGatewayFunction · 0.68