MCPcopy Create free account
hub / github.com/TelegramMessenger/cocoon / get_description

Method get_description

tee/test/cocoon.cpp:165–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163class TdxMakeQuoteBench final : public td::Benchmark {
164 public:
165 std::string get_description() const final {
166 return "Tdx quote generation (usually done just once per run)";
167 }
168
169 void run(int n) final {
170 auto tdx = tdx::TdxInterface::create();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected