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

Function onClickCreateDirectory

public/components/files/MainFiles.js:166–172  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

164 };
165 }
166 function onClickCreateDirectory() {
167 if (isNewDirectoryModalOpen.value) {
168 isNewDirectoryModalOpen.value = false;
169 return;
170 }
171 isNewDirectoryModalOpen.value = true;
172 }
173 async function onClickSaveDirectory(newDirectoryName) {
174 if (isAdding.value) {
175 return;

Callers 1

MainFilesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected