()
| 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( |
nothing calls this directly
no test coverage detected