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

Method ExtUpdateCmd

src/ExtMsg.actor.h:150–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148 bool multi;
149
150 ExtUpdateCmd(bson::BSONObj selector, bson::BSONObj update, bool upsert, bool multi)
151 : selector(selector), update(update), upsert(upsert), multi(multi) {}
152};
153
154struct ExtMsgUpdate : ExtMsg, FastAllocated<ExtMsgUpdate> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected