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

Method describe

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

Source from the content-addressed store, hash-verified

689 ExtInsert(bson::BSONObj obj, Optional<IdInfo> encodedIds) : obj(obj), encodedIds(encodedIds) {}
690
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);

Callers 2

planQueryFunction · 0.45
Future<Void> runQueryFunction · 0.45

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected