()
| 3435 | selectAll.__wiredSelectAll = true; |
| 3436 | |
| 3437 | const getRowCbs = () => |
| 3438 | Array.from(fileListContent.querySelectorAll('tbody .file-checkbox')) |
| 3439 | .filter(cb => !cb.disabled && !cb.closest('tr.folder-row')); |
| 3440 | |
| 3441 | const clearFolderSelections = () => { |
| 3442 | fileListContent.querySelectorAll('tbody .folder-checkbox:checked').forEach(cb => { |
no outgoing calls
no test coverage detected