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

Function markExplicit

public/js/adminFolderAccess.js:565–565  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

563 const cbShareFo = row.querySelector('input[data-cap="shareFolder"]');
564 const cbInherit = row.querySelector('input[data-inherit]');
565 const markExplicit = () => { row.dataset.explicit = '1'; };
566 if (isAdminRow) {
567 qsa(row, 'input[type="checkbox"]').forEach(cb => cb.disabled = true);
568 const note = row.querySelector('.inherit-flag-note');

Callers 1

wireRowFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected