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

Method describe

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

Source from the content-addressed store, hash-verified

1420 }
1421
1422 std::string describe() override { return "OperatorUpsert(" + selector.toString() + "," + update.toString() + ")"; }
1423};
1424
1425struct ExtSimpleUpsert : ConcreteInsertOp<ExtSimpleUpsert> {

Callers

nothing calls this directly

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected