MCPcopy
hub / github.com/compiler-explorer/compiler-explorer / initLayout

Method initLayout

static/hub.ts:249–254  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

247 }
248
249 public initLayout() {
250 // To be called after setupSettings, as layout.init depends on them
251 this.layout.init();
252 this.undefer();
253 this.layout.eventHub.emit('initialised');
254 }
255
256 public nextTreeId(): number {
257 return this.treeIds.next();

Callers 1

initializeLayoutFunction · 0.95

Calls 2

undeferMethod · 0.95
emitMethod · 0.45

Tested by

no test coverage detected