MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode / updateSelectionCount

Function updateSelectionCount

src/pages/fileBrowser/fileBrowser.js:561–565  ·  view source on GitHub ↗
($count)

Source from the content-addressed store, hash-verified

559 }
560
561 function updateSelectionCount($count) {
562 if ($count) {
563 $count.textContent = `${selectedItems.size} items selected`;
564 }
565 }
566
567 function updatePasteToggler() {
568 $pasteToggler.style.display =

Callers 2

toggleSelectionModeFunction · 0.85
handleClickFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected