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

Method ExtInsert

src/ExtMsg.actor.cpp:689–689  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

687 Optional<IdInfo> encodedIds;
688
689 ExtInsert(bson::BSONObj obj, Optional<IdInfo> encodedIds) : obj(obj), encodedIds(encodedIds) {}
690
691 std::string describe() override { return "Insert(" + obj.toString() + ")"; }
692

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected