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

Function clearFileSelections

public/js/fileListView.js:2949–2956  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2947}
2948
2949function clearFileSelections() {
2950 getFileCheckboxes().forEach(cb => {
2951 if (cb.checked) {
2952 cb.checked = false;
2953 updateRowHighlight(cb);
2954 }
2955 });
2956}
2957
2958function getSelectedFolderPath() {
2959 const cb = document.querySelector('#fileList .folder-checkbox:checked');

Callers 1

Calls 2

getFileCheckboxesFunction · 0.85
updateRowHighlightFunction · 0.85

Tested by

no test coverage detected