doc: more sketched api comments

This commit is contained in:
Joonas Koivunen
2024-07-18 08:48:38 +00:00
parent 849fe0f191
commit 6c5b3b7812

View File

@@ -230,6 +230,7 @@ impl SharedStateBuilder {
/// detached.
pub(crate) fn record_loading_timeline(&mut self, _index_part: &crate::tenant::IndexPart) {}
/// Merge the loaded not yet deleting in-progress to the existing datastructure.
pub(crate) fn build(self, _target: &SharedState) {}
}