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

Function canLink

launcher/FileSystem.cpp:1641–1644  ·  view source on GitHub ↗

* @brief if the Filesystem is symlink capable on both ends * */

Source from the content-addressed store, hash-verified

1639 *
1640 */
1641bool canLink(const QString& src, const QString& dst)
1642{
1643 return canLinkOnFS(src) && canLinkOnFS(dst);
1644}
1645
1646uintmax_t hardLinkCount(const QString& path)
1647{

Callers

nothing calls this directly

Calls 1

canLinkOnFSFunction · 0.85

Tested by

no test coverage detected