MCPcopy Create free account
hub / github.com/ElyPrismLauncher/Launcher / canLinkOnFS

Function canLinkOnFS

launcher/FileSystem.cpp:1615–1619  ·  view source on GitHub ↗

* @brief if the Filesystem is symlink capable * */

Source from the content-addressed store, hash-verified

1613 *
1614 */
1615bool canLinkOnFS(const QString& path)
1616{
1617 FilesystemInfo info = statFS(path);
1618 return canLinkOnFS(info);
1619}
1620bool canLinkOnFS(const FilesystemInfo& info)
1621{
1622 return canLinkOnFS(info.fsType);

Callers 2

canLinkFunction · 0.85
CopyInstanceDialogMethod · 0.85

Calls 2

statFSFunction · 0.85
containsMethod · 0.45

Tested by

no test coverage detected