Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidgiven/fluxengine
/ moveFile
Method
moveFile
lib/vfs/vfs.cc:134–137 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
132
}
133
134
void Filesystem::moveFile(const Path& oldName, const Path& newName)
135
{
136
throw UnimplementedFilesystemException();
137
}
138
139
bool Filesystem::isReadOnly()
140
{
Callers
4
mainMv
Function · 0.45
OnBrowserFilenameChanged
Method · 0.45
ActuallyMoveFile
Method · 0.45
testMove
Function · 0.45
Calls
1
UnimplementedFilesystemException
Class · 0.85
Tested by
no test coverage detected