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

Method insert

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

Source from the content-addressed store, hash-verified

691 std::string describe() override { return "Insert(" + obj.toString() + ")"; }
692
693 Future<Reference<IReadWriteContext>> insert(Reference<CollectionContext> cx) override {
694 return insertDocument(cx, obj, encodedIds);
695 }
696};
697
698struct ExtIndexInsert : ConcreteInsertOp<ExtIndexInsert> {

Calls

no outgoing calls

Tested by

no test coverage detected