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

Method onOptionsChange

static/panes/executor.ts:1049–1052  ·  view source on GitHub ↗
(options: string)

Source from the content-addressed store, hash-verified

1047 }
1048
1049 onOptionsChange(options: string): void {
1050 this.options = options;
1051 this.doTypicalOnChange();
1052 }
1053
1054 onExecArgsChange(args: string): void {
1055 this.executionArguments = args;

Callers 1

initCallbacksMethod · 0.95

Calls 1

doTypicalOnChangeMethod · 0.95

Tested by

no test coverage detected