trying to account for cross-seed

This commit is contained in:
Flaminel
2025-02-21 23:22:21 +02:00
parent f91e85651f
commit 19ac8cbd28
4 changed files with 78 additions and 11 deletions
@@ -2,5 +2,6 @@
public interface IHardlinkFileService
{
ulong GetHardLinkCount(string filePath);
void PopulateInodeCounts(string directoryPath);
ulong GetHardLinkCount(string filePath, bool ignoreRootDir);
}