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

Function onShareFile

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

Source from the content-addressed store, hash-verified

599 };
600
601 const onShareFile = () => {
602 if (cbShareF && cbShareF.checked && cbView && !cbView.checked && cbViewOwn && !cbViewOwn.checked) {
603 cbViewOwn.checked = true;
604 }
605 };
606
607 const cascadeManage = (checked) => {
608 const base = row.dataset.folder || "";

Callers 1

wireRowFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected