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

Method describe

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

Source from the content-addressed store, hash-verified

704 : indexObj(indexObj), build_id(build_id), ns(ns) {}
705
706 std::string describe() override { return "IndexInsert(" + indexObj.toString() + ")"; }
707
708 ACTOR static Future<Reference<IReadWriteContext>> indexInsertActor(ExtIndexInsert* self,
709 Reference<CollectionContext> cx) {

Callers

nothing calls this directly

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected