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

Function syncWriteFromGranular

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

Source from the content-addressed store, hash-verified

588 };
589
590 const syncWriteFromGranular = () => {
591 if (!cbWrite) return;
592 cbWrite.checked = granular.some(cb => cb && cb.checked);
593 };
594 const applyWrite = () => {
595 if (!cbWrite) return;
596 granular.forEach(cb => { if (cb) cb.checked = cbWrite.checked; });

Callers 1

wireRowFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected