MCPcopy Create free account
hub / github.com/cel-expr/cel-cpp / DebugString

Method DebugString

extensions/select_optimization_test.cc:237–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235class MockAccessApis : public LegacyTypeInfoApis, public LegacyTypeAccessApis {
236 public:
237 std::string DebugString(
238 const MessageWrapper& wrapped_message) const override {
239 return "MockAccessApis";
240 }
241
242 absl::string_view GetTypename(
243 const MessageWrapper& wrapped_message) const override {

Callers 8

TEST_PFunction · 0.45
TEST_PFunction · 0.45
TEST_PFunction · 0.45
TESTFunction · 0.45
TEST_PFunction · 0.45
FormatStringFunction · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected