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

Function onClickCreateShare

public/components/files/MainFiles.js:485–494  ·  view source on GitHub ↗
(filePath)

Source from the content-addressed store, hash-verified

483 }
484 }
485 function onClickCreateShare(filePath) {
486 if (createShareModal.value?.isOpen) {
487 createShareModal.value = null;
488 return;
489 }
490 createShareModal.value = {
491 isOpen: true,
492 filePath
493 };
494 }
495 async function onClickSaveFileShare(filePath, password) {
496 if (isAdding.value) {
497 return;

Callers 1

ListFilesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected