Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Acode-Foundation/Acode
/ createDirectory
Function
createDirectory
src/fileSystem/externalFs.js:219–221 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
217
return
externalFs.createFile(url, name, data);
218
},
219
createDirectory(name) {
220
return
externalFs.createDir(url, name);
221
},
222
delete() {
223
return
externalFs.delete(url);
224
},
Callers
nothing calls this directly
Calls
1
createDir
Method · 0.65
Tested by
no test coverage detected