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

Method ExtIndexInsert

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

Source from the content-addressed store, hash-verified

701 UID build_id;
702
703 ExtIndexInsert(bson::BSONObj indexObj, UID build_id, std::string ns)
704 : indexObj(indexObj), build_id(build_id), ns(ns) {}
705
706 std::string describe() override { return "IndexInsert(" + indexObj.toString() + ")"; }
707

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected