| 451 | |
| 452 | struct SimpleIndexPlugin : IndexPlugin, ReferenceCounted<SimpleIndexPlugin>, FastAllocated<SimpleIndexPlugin> { |
| 453 | void addref() override { ReferenceCounted<SimpleIndexPlugin>::addref(); } |
| 454 | void delref() override { ReferenceCounted<SimpleIndexPlugin>::delref(); } |
| 455 | |
| 456 | // documentPath is ns + docId |
nothing calls this directly
no outgoing calls
no test coverage detected