Improve image_layer_exists docstring

This commit is contained in:
Bojan Serafimov
2023-01-11 12:54:13 -05:00
parent 2951be5386
commit e392d25828

View File

@@ -207,7 +207,9 @@ where
NUM_ONDISK_LAYERS.dec();
}
/// Is there a newer image layer for given key- and LSN-range?
/// Is there a newer image layer for given key- and LSN-range? Or a set
/// of image layers within the specified lsn range that cover the entire
/// specified key range?
///
/// This is used for garbage collection, to determine if an old layer can
/// be deleted.