()
| 686 | } |
| 687 | |
| 688 | function getActiveSelectedSet() { |
| 689 | if (currentSection === 'online') return selectedTokens; |
| 690 | return selectedLocal[currentSection] || new Set(); |
| 691 | } |
| 692 | |
| 693 | function updateToolbarForSection() { |
| 694 | updateLoadButton(); |
no outgoing calls
no test coverage detected