Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/compiler-explorer/compiler-explorer
/ createEventHub
Method
createEventHub
static/hub.ts:272–274 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
270
}
271
272
public createEventHub(): EventHub {
273
return
new
EventHub(this, this.layout.eventHub);
274
}
275
276
public undefer(): void {
277
this.deferred = false;
Callers
7
constructor
Method · 0.80
setupButtons
Function · 0.80
constructor
Method · 0.80
setupRealDark
Function · 0.80
constructor
Function · 0.80
constructor
Method · 0.80
constructor
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected