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

Method AbslStringify

extensions/protobuf/value_end_to_end_test.cc:73–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71
72 template <typename S>
73 friend void AbslStringify(S& sink, const TestCase& tc) {
74 sink.Append(tc.name);
75 }
76};
77
78class ProtobufValueEndToEndTest : public TestWithParam<TestCase> {

Callers

nothing calls this directly

Calls 1

AppendMethod · 0.45

Tested by

no test coverage detected