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

Method describe

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

Source from the content-addressed store, hash-verified

1350 }
1351
1352 std::string describe() override { return "OperatorUpdate(" + msgUpdate.toString() + ")"; }
1353};
1354
1355struct ExtReplaceUpdate : ConcreteUpdateOp<ExtReplaceUpdate> {

Callers

nothing calls this directly

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected