Expand description
Sync-specific utility functions.
This module contains DAG traversal algorithms and other utilities specific to the synchronization protocol.
Functionsยง
- collect_
ancestors_ to_ send - Collect ancestors that need to be sent with the given entries.
- collect_
missing_ ancestors - Collect all missing ancestors for given entry IDs using DAG traversal.