MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode / createDirectory

Function createDirectory

src/fileSystem/internalFs.js:425–427  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

423 return internalFs.writeFile(Url.join(url, name), data || "", true, true);
424 },
425 createDirectory(name) {
426 return internalFs.createDir(url, name);
427 },
428 delete() {
429 return internalFs.delete(url);
430 },

Callers

nothing calls this directly

Calls 1

createDirMethod · 0.65

Tested by

no test coverage detected