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 4c7e4eb commit a80966aCopy full SHA for a80966a
Firestore/core/src/local/leveldb_index_manager.cc
@@ -226,7 +226,8 @@ void LevelDbIndexManager::MemoizeIndex(FieldIndex index) {
226
227
// Moves `index` into `existing_indexes`.
228
existing_indexes.insert({index_id, std::move(index)});
229
- // next_index_to_update_ holds a pointer to the index owned by `existing_indexes`.
+ // next_index_to_update_ holds a pointer to the index owned by
230
+ // `existing_indexes`.
231
next_index_to_update_.push(&existing_indexes.find(index_id)->second);
232
memoized_max_index_id_ = std::max(memoized_max_index_id_, index_id);
233
memoized_max_sequence_number_ =
0 commit comments