| 311 | |
| 312 | struct CompoundIndexPlugin : IndexPlugin, ReferenceCounted<CompoundIndexPlugin>, FastAllocated<CompoundIndexPlugin> { |
| 313 | void addref() override { ReferenceCounted<CompoundIndexPlugin>::addref(); } |
| 314 | void delref() override { ReferenceCounted<CompoundIndexPlugin>::delref(); } |
| 315 | |
| 316 | ACTOR static Future<Void> doIndexUpdateActor(Reference<CompoundIndexPlugin> self, |
nothing calls this directly
no outgoing calls
no test coverage detected