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

Method onLibsChanged

static/panes/executor.ts:891–894  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

889 }
890
891 onLibsChanged(): void {
892 this.updateState();
893 this.compile();
894 }
895
896 async initLibraries(state: PaneState & ExecutorState): Promise<void> {
897 this.libsWidget = new LibsWidget(

Callers

nothing calls this directly

Calls 2

updateStateMethod · 0.95
compileMethod · 0.95

Tested by

no test coverage detected