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

Method hidePanel

static/panes/executor.ts:949–953  ·  view source on GitHub ↗
(button: JQuery<HTMLElement>, panel: JQuery<HTMLElement>)

Source from the content-addressed store, hash-verified

947 }
948
949 hidePanel(button: JQuery<HTMLElement>, panel: JQuery<HTMLElement>): void {
950 panel.addClass('d-none');
951 button.removeClass('active');
952 this.resize();
953 }
954
955 togglePanel(button: JQuery<HTMLElement>, panel: JQuery<HTMLElement>): void {
956 if (panel.hasClass('d-none')) {

Callers 2

initToggleButtonsMethod · 0.95
togglePanelMethod · 0.95

Calls 1

resizeMethod · 0.95

Tested by

no test coverage detected