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

Function canLink

launcher/FileSystem.cpp:1632–1635  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1630 *
1631 */
1632bool canLink(const QString& src, const QString& dst)
1633{
1634 return canLinkOnFS(src) && canLinkOnFS(dst);
1635}
1636
1637uintmax_t hardLinkCount(const QString& path)
1638{

Callers

nothing calls this directly

Calls 1

canLinkOnFSFunction · 0.85

Tested by

no test coverage detected