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

Function getRowCbs

public/js/fileListView.js:3437–3439  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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 => {

Callers 2

applySelectAllFunction · 0.85
syncHeaderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected