Skip to content

Commit

Permalink
Merge ff1698b into 5f55ed8
Browse files Browse the repository at this point in the history
  • Loading branch information
maneesht committed Oct 12, 2022
2 parents 5f55ed8 + ff1698b commit da18880
Show file tree
Hide file tree
Showing 4 changed files with 8,790 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/database/src/core/SyncTree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@ export interface ListenProvider {
*/
let syncTreeNextQueryTag_ = 1;

export function resetSyncTreeTag() {
syncTreeNextQueryTag_ = 1;
}

/**
* SyncTree is the central class for managing event callback registration, data caching, views
* (query processing), and event generation. There are typically two SyncTree instances for
Expand Down
Loading

0 comments on commit da18880

Please sign in to comment.