Versions in this module Expand all Collapse all v0 v0.0.1 Sep 1, 2021 Changes in this version + type LinkTracker struct + func New() *LinkTracker + func (lt *LinkTracker) BlockRefCount(link ld.Link) int + func (lt *LinkTracker) Empty() bool + func (lt *LinkTracker) FinishRequest(requestID graphsync.RequestID) (hasAllBlocks bool) + func (lt *LinkTracker) IsKnownMissingLink(requestID graphsync.RequestID, link ld.Link) bool + func (lt *LinkTracker) RecordLinkTraversal(requestID graphsync.RequestID, link ld.Link, hasBlock bool)