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

Function getFolderCheckboxes

public/js/fileListView.js:2916–2918  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2914
2915// ---- Inline folder selection helpers --------------------------
2916function getFolderCheckboxes() {
2917 return Array.from(document.querySelectorAll('#fileList .folder-checkbox'));
2918}
2919
2920function getFileCheckboxes() {
2921 return Array.from(document.querySelectorAll('#fileList .file-checkbox'));

Callers 2

clearFolderSelectionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected