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 eea6982 commit 6966e26Copy full SHA for 6966e26
packages/firestore/test/unit/local/forwarding_counting_query_engine.ts
@@ -26,9 +26,8 @@ import { RemoteDocumentCache } from '../../../src/local/remote_document_cache';
26
import { MutationQueue } from '../../../src/local/mutation_queue';
27
28
/**
29
- * A test-only query engine that forwards all calls to the query engine
30
- * provided at construction time, while exposing to the number of documents and
31
- * mutations read.
+ * A test-only query engine that forwards all API calls and exposes the number
+ * of documents and mutations read.
32
*/
33
export class ForwardingCountingQueryEngine implements QueryEngine {
34
0 commit comments