MCPcopy Create free account
hub / github.com/FoundationDB/fdb-document-layer / run

Method run

src/ExtMsg.actor.h:109–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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());

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected