Example #1
0
 public ulong RootID() => Root == null? 0 : Crc64.Compute(Root);
Example #2
0
 public NetIDHolder(ILoader loader)
 {
     _netIDToFile = loader.AllPossibleRoots.ToDictionary(x => Crc64.Compute(x));
 }