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

Method update

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

Source from the content-addressed store, hash-verified

1346 explicit ExtOperatorUpdate(bson::BSONObj const& msgUpdate) : msgUpdate(msgUpdate) {}
1347
1348 Future<Void> update(Reference<IReadWriteContext> document) override {
1349 return updateDocument(document, msgUpdate, false, document->getKeyEncodedId());
1350 }
1351
1352 std::string describe() override { return "OperatorUpdate(" + msgUpdate.toString() + ")"; }
1353};

Callers

nothing calls this directly

Calls 1

getKeyEncodedIdMethod · 0.45

Tested by

no test coverage detected