MCPcopy 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
134void Filesystem::moveFile(const Path& oldName, const Path& newName)
135{
136 throw UnimplementedFilesystemException();
137}
138
139bool Filesystem::isReadOnly()
140{

Callers 4

mainMvFunction · 0.45
ActuallyMoveFileMethod · 0.45
testMoveFunction · 0.45

Tested by

no test coverage detected