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

Method registerCallbacks

static/panes/diff.ts:441–445  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

439 }
440
441 override registerCallbacks() {
442 this.eventHub.on('executeResult', this.onExecuteResult, this);
443 this.eventHub.on('executor', this.onExecutor, this);
444 this.eventHub.on('executorClose', this.onExecutorClose, this);
445 }
446
447 requestResendResult(id: number | string) {
448 if (typeof id === 'string') {

Callers 1

constructorFunction · 0.45

Calls 1

onMethod · 0.45

Tested by

no test coverage detected