1710
1710
# There were index entries buffered at the end of the stream,
1711
1711
# So these need to be added (if the index supports holding such
1712
1712
# entries for later insertion)
1713
1714
for key in buffered_index_entries:
1714
1715
index_entries = buffered_index_entries[key]
1718
1720
def get_missing_compression_parent_keys(self):
1719
1721
"""Return an iterable of keys of missing compression parents.