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

Function toggleRow

public/js/trashRestoreDelete.js:164–167  ·  view source on GitHub ↗
(row, checkbox)

Source from the content-addressed store, hash-verified

162}
163
164function toggleRow(row, checkbox) {
165 checkbox.checked = !checkbox.checked;
166 updateRowSelection(row, checkbox.checked);
167}
168
169function buildTrashRow(item) {
170 const row = document.createElement("div");

Callers 1

buildTrashRowFunction · 0.85

Calls 1

updateRowSelectionFunction · 0.85

Tested by

no test coverage detected