Skip to content

Add Known Chunks method to Index trait

Vince Mutolo requested to merge vlmutolo/asuran:master into master

Resolves Asuran issue 42. This merge request would implement the known_chunks method for both the Index and SyncIndex traits. This method will facilitate adding git-like clone/push/pull commands.

Merge request reports