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

Function clearFolderSelections

public/js/fileListView.js:2937–2947  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2935}
2936
2937function clearFolderSelections() {
2938 getFolderCheckboxes().forEach(cb => {
2939 if (cb.checked) {
2940 cb.checked = false;
2941 updateRowHighlight(cb);
2942 }
2943 });
2944 window.selectedInlineFolder = null;
2945 window.selectedFolderCaps = null;
2946 savePaneState(normalizePaneKey(window.activePane), { selectedFolderCaps: null });
2947}
2948
2949function clearFileSelections() {
2950 getFileCheckboxes().forEach(cb => {

Callers 2

applySelectAllFunction · 0.85
renderFileTableFunction · 0.85

Calls 4

getFolderCheckboxesFunction · 0.85
updateRowHighlightFunction · 0.85
savePaneStateFunction · 0.85
normalizePaneKeyFunction · 0.85

Tested by

no test coverage detected