Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidgiven/fluxengine
/ createDirectory
Method
createDirectory
lib/vfs/vfs.cc:124–127 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
122
}
123
124
void Filesystem::createDirectory(const Path& path)
125
{
126
throw UnimplementedFilesystemException();
127
}
128
129
void Filesystem::deleteFile(const Path& path)
130
{
Callers
2
mainMkDir
Function · 0.45
OnBrowserNewDirectoryMenuItem
Method · 0.45
Calls
1
UnimplementedFilesystemException
Class · 0.85
Tested by
no test coverage detected