| 433 | } |
| 434 | |
| 435 | Future<Void> doIndexUpdate(Reference<DocTransaction> tr, |
| 436 | Reference<DocumentDeferred> dd, |
| 437 | DataKey documentPath) override { |
| 438 | return doIndexUpdateActor(Reference<CompoundIndexPlugin>::addRef(this), tr, dd, documentPath); |
| 439 | } |
| 440 | |
| 441 | std::string toString() override { return "CompoundIndexPlugin"; } |
| 442 |
nothing calls this directly
no outgoing calls
no test coverage detected