MCPcopy Create free account
hub / github.com/TQZHR/grok2api / getActiveSelectedSet

Function getActiveSelectedSet

app/static/cache/cache.js:688–691  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 2

updateSelectedCountFunction · 0.85
setActionButtonsStateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected