MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / create

Method create

lib/vfs/vfs.cc:78–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78void Filesystem::create(bool quick, const std::string& volumeName)
79{
80 throw UnimplementedFilesystemException();
81}
82
83FilesystemStatus Filesystem::check()
84{

Callers 12

mainFunction · 0.45
writeTracksFunction · 0.45
readDiskCommandFunction · 0.45
mainConvertFunction · 0.45
mainFormatFunction · 0.45
createBlankImageMethod · 0.45
OnBrowserFormatButtonMethod · 0.45
testPutGetFunction · 0.45
testPutBigFileFunction · 0.45
testDeleteFunction · 0.45
testMoveFunction · 0.45
testPutMetadataFunction · 0.45

Tested by

no test coverage detected