MCPcopy
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

constructorMethod · 0.80
setupButtonsFunction · 0.80
constructorMethod · 0.80
setupRealDarkFunction · 0.80
constructorFunction · 0.80
constructorMethod · 0.80
constructorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected