MCPcopy Index your code
hub / github.com/massCodeIO/massCode / updateSettingsPanel

Function updateSettingsPanel

integrations/clipper/src/popup.ts:268–275  ·  view source on GitHub ↗
(isOpen: boolean)

Source from the content-addressed store, hash-verified

266}
267
268function updateSettingsPanel(isOpen: boolean): void {
269 if (!settingsPanel || !toggleSettingsButton) {
270 return
271 }
272
273 settingsPanel.hidden = !isOpen
274 toggleSettingsButton.dataset.active = isOpen ? 'true' : 'false'
275}
276
277function updateSourceRow(): void {
278 if (!currentPayload) {

Callers 2

initFunction · 0.85
bindEventsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected