| 763 | } |
| 764 | |
| 765 | Future<Reference<IReadWriteContext>> insert(Reference<CollectionContext> cx) { return indexInsertActor(this, cx); } |
| 766 | }; |
| 767 | |
| 768 | ACTOR Future<WriteCmdResult> attemptIndexInsertion(bson::BSONObj indexObj, |
nothing calls this directly
no outgoing calls
no test coverage detected