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

Method execute

src/ExtOperator.actor.cpp:866–870  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

864struct ExtUpdateOperatorPush {
865 static const char* name;
866 static Future<Void> execute(Reference<IReadWriteContext> cx,
867 StringRef const& path,
868 bson::BSONElement const& element) {
869 return doPushActor(cx, path, element);
870 }
871};
872REGISTER_UPDATE_OPERATOR(ExtUpdateOperatorPush, "$push");
873

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected