MCPcopy Create free account
hub / github.com/error311/FileRise / isOpen

Function isOpen

public/js/main.js:1463–1465  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1461 btn.setAttribute('aria-expanded', 'false');
1462 }
1463 function isOpen() {
1464 return getComputedStyle(menu).display !== 'none';
1465 }
1466
1467 if (!btn.__bound) {
1468 btn.__bound = true;

Callers 1

wireCreateDropdownFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected