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

Method insert

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

Source from the content-addressed store, hash-verified

1416 }
1417
1418 Future<Reference<IReadWriteContext>> insert(Reference<CollectionContext> cx) override {
1419 return upsertActor(this, cx);
1420 }
1421
1422 std::string describe() override { return "OperatorUpsert(" + selector.toString() + "," + update.toString() + ")"; }
1423};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected