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

Function canLinkOnFS

launcher/FileSystem.cpp:1624–1628  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1622 *
1623 */
1624bool canLinkOnFS(const QString& path)
1625{
1626 FilesystemInfo info = statFS(path);
1627 return canLinkOnFS(info);
1628}
1629bool canLinkOnFS(const FilesystemInfo& info)
1630{
1631 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