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

Function operatorUpdate

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

Source from the content-addressed store, hash-verified

1443};
1444
1445Reference<IUpdateOp> operatorUpdate(bson::BSONObj const& msgUpdate) {
1446 return ref(new ExtOperatorUpdate(msgUpdate));
1447}
1448Reference<IUpdateOp> replaceUpdate(bson::BSONObj const& replaceWith) {
1449 return ref(new ExtReplaceUpdate(replaceWith));
1450}

Calls 1

refFunction · 0.85

Tested by

no test coverage detected