MCPcopy Create free account
hub / github.com/bewcloud/bewcloud / onClickOpenManageShare

Function onClickOpenManageShare

public/components/files/MainFiles.js:532–537  ·  view source on GitHub ↗
(fileShareId)

Source from the content-addressed store, hash-verified

530 createShareModal.value = null;
531 }
532 function onClickOpenManageShare(fileShareId) {
533 manageShareModal.value = {
534 isOpen: true,
535 fileShareId
536 };
537 }
538 async function onClickUpdateFileShare(fileShareId, password) {
539 if (isUpdating.value) {
540 return;

Callers 2

onClickSaveFileShareFunction · 0.70
ListFilesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected