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

Method describe

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

Source from the content-addressed store, hash-verified

1360 Future<Void> update(Reference<IReadWriteContext> document) override { return replacementActor(this, document); }
1361
1362 std::string describe() override { return "ReplaceWith(" + replaceWith.toString() + ")"; }
1363
1364 ACTOR static Future<Void> replacementActor(ExtReplaceUpdate* self, Reference<IReadWriteContext> document) {
1365 state Standalone<StringRef> keyEncodedId = wait(document->getKeyEncodedId());

Callers

nothing calls this directly

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected