MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / canCloneOnFS

Function canCloneOnFS

launcher/FileSystem.cpp:1246–1250  ·  view source on GitHub ↗

* @brief if the Filesystem is reflink/clone capable * */

Source from the content-addressed store, hash-verified

1244 *
1245 */
1246bool canCloneOnFS(const QString& path)
1247{
1248 FilesystemInfo info = statFS(path);
1249 return canCloneOnFS(info);
1250}
1251bool canCloneOnFS(const FilesystemInfo& info)
1252{
1253 return canCloneOnFS(info.fsType);

Callers 2

canCloneFunction · 0.85
CopyInstanceDialogMethod · 0.85

Calls 2

statFSFunction · 0.85
containsMethod · 0.45

Tested by

no test coverage detected