| 107 | |
| 108 | std::string toString() override; |
| 109 | Future<Void> run(Reference<ExtConnection>) override { UNREACHABLE(); } |
| 110 | |
| 111 | void addDocument(bson::BSONObj doc) { |
| 112 | documents.push_back(doc.getOwned()); |
nothing calls this directly
no outgoing calls
no test coverage detected