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

Function getFileCheckboxes

public/js/fileListView.js:2920–2922  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2918}
2919
2920function getFileCheckboxes() {
2921 return Array.from(document.querySelectorAll('#fileList .file-checkbox'));
2922}
2923
2924function getActiveSelectedFileNames() {
2925 return Array.from(document.querySelectorAll('#fileList .file-checkbox:checked'))

Callers 1

clearFileSelectionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected