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

Method get_description

tee/test/cocoon.cpp:184–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182 TdxValidateBench(tdx::Quote quote) : quote_(std::move(quote)) {
183 }
184 std::string get_description() const final {
185 return "Tdx validation";
186 }
187
188 void run(int n) final {
189 auto tdx = tdx::TdxInterface::create();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected