We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6fa475 commit d6a1418Copy full SHA for d6a1418
quickwit/quickwit-control-plane/src/model/mod.rs
@@ -160,7 +160,7 @@ impl ControlPlaneModel {
160
self.index_table.get(index_uid)
161
}
162
163
- pub fn source_metadata(&self, source_uid: &SourceUid) -> Option<&SourceConfig> {
+ pub(crate) fn source_metadata(&self, source_uid: &SourceUid) -> Option<&SourceConfig> {
164
self.index_metadata(&source_uid.index_uid)?
165
.sources
166
.get(&source_uid.source_id)
0 commit comments