documentPath is ns + docId
| 455 | |
| 456 | // documentPath is ns + docId |
| 457 | Future<Void> doIndexUpdate(Reference<DocTransaction> tr, |
| 458 | Reference<DocumentDeferred> dd, |
| 459 | DataKey documentPath) override { |
| 460 | return doIndexUpdateActor(Reference<SimpleIndexPlugin>::addRef(this), tr, dd, documentPath); |
| 461 | } |
| 462 | |
| 463 | ACTOR static Future<Void> doIndexUpdateActor(Reference<SimpleIndexPlugin> self, |
| 464 | Reference<DocTransaction> tr, |
nothing calls this directly
no outgoing calls
no test coverage detected