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

Method describe

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

Source from the content-addressed store, hash-verified

1429 ExtSimpleUpsert(bson::BSONObj selector, bson::BSONObj update) : selector(selector), update(update) {}
1430
1431 std::string describe() override { return "SimpleUpsert(" + selector.toString() + "," + update.toString() + ")"; }
1432
1433 Future<Reference<IReadWriteContext>> insert(Reference<CollectionContext> cx) override {
1434 Optional<IdInfo> encodedIds = extractEncodedIds(selector);

Callers

nothing calls this directly

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected