| 701 | UID build_id; |
| 702 | |
| 703 | ExtIndexInsert(bson::BSONObj indexObj, UID build_id, std::string ns) |
| 704 | : indexObj(indexObj), build_id(build_id), ns(ns) {} |
| 705 | |
| 706 | std::string describe() override { return "IndexInsert(" + indexObj.toString() + ")"; } |
| 707 |
nothing calls this directly
no outgoing calls
no test coverage detected