MCPcopy Create free account
hub / github.com/KDE/krusader / VirtualFileSystem

Method VirtualFileSystem

app/FileSystem/virtualfilesystem.cpp:37–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35QHash<QString, QString> VirtualFileSystem::_metaInfoDict;
36
37VirtualFileSystem::VirtualFileSystem()
38{
39 if (_virtFilesystemDict.isEmpty()) {
40 restore();
41 }
42
43 _type = FS_VIRTUAL;
44}
45
46void VirtualFileSystem::copyFiles(const QList<QUrl> &urls,
47 const QUrl &destination,

Callers

nothing calls this directly

Calls 1

isEmptyMethod · 0.80

Tested by

no test coverage detected