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

Method ExtOperatorUpsert

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

Source from the content-addressed store, hash-verified

1397 bson::BSONObj update;
1398
1399 ExtOperatorUpsert(bson::BSONObj selector, bson::BSONObj update) : selector(selector), update(update) {}
1400
1401 ACTOR static Future<Reference<IReadWriteContext>> upsertActor(ExtOperatorUpsert* self,
1402 Reference<CollectionContext> cx) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected