Versions in this module Expand all Collapse all v0 v0.16.2 Dec 14, 2023 v0.16.1 Dec 14, 2023 Changes in this version + type LinkTracker struct + func New() *LinkTracker + func (lt *LinkTracker) BlockRefCount(link ipld.Link) int + func (lt *LinkTracker) Empty() bool + func (lt *LinkTracker) FinishRequest(requestID graphsync.RequestID) (hasAllBlocks bool) + func (lt *LinkTracker) IsKnownMissingLink(requestID graphsync.RequestID, link ipld.Link) bool + func (lt *LinkTracker) RecordLinkTraversal(requestID graphsync.RequestID, link ipld.Link, hasBlock bool)